A Typescript Node Js boilerplate project using Express framework, JSON Web token authentication and Sequelize ORM
- Ensure you have typescript compiler already setup
 - NPM to install dependencies
 
- You can download and then extract the project or clone the project using:
 
git clone https://github.com/mimidotsuser/express-sequelize-rest-api.git demo
- Navigate into the 
demofolder created and runnpm installto resolve all the dependencies - Run 
tsc -wto run typescript compiler in watch mode. - On a new terminal pointing to the demo folder, run 
npm startto start nodemon which will launch a server and watch for changes 
Swagger API Docs can be found in the docs folder