Official code base storage for the family run second hand car dealership, Auto-Family.
prerequisites
- NodeJS - latest
- NPM - latest
- Bower - latest
- Clone respository and cd to directory
- run: npm install
- run: bower install and if necassary --allow-root
- edit scripts/Constants.js and change base url to suite.
- edit gateway/models/database.js and change db settings to suite and don't forget to add schema to db.
- edit gateway/routes/index.js and edit line 110 to suite your image upload destination folder.
- run: node app.js
Happy coding...