Skip to content

Manoj201/node-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api

NodeJS REST api using Sequelize ORM , Express Js With ES6 Features

Getting Started

  • Clone the project
  • Run yarn or npm i from the root of the project

Prerequisites

  • You need node > 6 installed in your system. Try NVM, it's cool.
  • You need to install postgres or mysql db.

Running the app

  • 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

Coding style

Please respect the Lint rules defined in .eslintrc and the general directory structure.

Authors

About

NodeJS REST api using Sequelize ORM , Express Js With ES6 Features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published