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
demo
folder created and runnpm install
to resolve all the dependencies - Run
tsc -w
to run typescript compiler in watch mode. - On a new terminal pointing to the demo folder, run
npm start
to start nodemon which will launch a server and watch for changes
Swagger API Docs can be found in the docs folder