Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 869 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 869 Bytes

Introduction

This small project may be used as a internal classified hosted in intranet. Still WIP

Install Software

  1. Install GIT http://git-scm.com/
  2. Install tortoiseGIT https://code.google.com/p/tortoisegit/
  3. Install Node http://nodejs.org/
  4. Install grunt http://gruntjs.com/
  5. Install Mongoose server http://cesanta.com/mongoose.shtml or server of your choice

Clone Repo

Clone GIT repository

git clone https://github.com/rajakvk/classified.git

Initial commands

  1. On command prompt, go to taClassified tolder and run
npm install
grunt
grunt watch

Point mongoose server to the cloned folder (build directory)

Business problem

This mock project trying to solve the business problem mentioned as under

  • Internal classified
  • Post advertisement
  • Expire in after n days
  • List chronologically
  • Search feature
  • Sort feature