This small project may be used as a internal classified hosted in intranet. Still WIP
- Install GIT http://git-scm.com/
- Install tortoiseGIT https://code.google.com/p/tortoisegit/
- Install Node http://nodejs.org/
- Install grunt http://gruntjs.com/
- Install Mongoose server http://cesanta.com/mongoose.shtml or server of your choice
Clone GIT repository
git clone https://github.com/rajakvk/classified.git
- On command prompt, go to taClassified tolder and run
npm install
grunt
grunt watch
Point mongoose server to the cloned folder (build directory)
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