NodeJS REST api using Sequelize ORM , Express Js With ES6 Features
- Clone the project
- Run
yarn
ornpm i
from the root of the project
- You need
node
> 6 installed in your system. Try NVM, it's cool. - You need to install postgres or mysql db.
- cd src
- ../node_modules/.bin/sequelize db:migrate
- ../node_modules/.bin/sequelize db:seed:all
- cd ..
- yarn start or npm start for development enviorenment
- staging, production please execute yarn start:stag or yarn start:prod
Please respect the Lint rules defined in .eslintrc and the general directory structure.
- **Manoj Gamachchige ** - Manoj-Gamachchige