Express ,Typescript, Sequelize, MySQL Complete REST API You can clone this repo as starter project for your Express, MySQL API server
Demo Youtube Video - https://www.youtube.com/watch?v=UcwT1SAvxG0
Demo Blog link - https://crew-code.com/node-express-typescript-sequelize-mysql-rest-api/
- Express, Typescript, Sequelize, MySql Complete REST API
- CRUD Operations
- MySql for database
1. Clone this repo by running the following command :-
git clone https://github.com/CrewCodeAnku/Express-Typescript-MySQL-REST-API.git
cd Express-Typescript-MySQL-REST-API
2. Install the required package :-
npm install
3. Now run the npm command to start the project :-
npm start
4. 🎉 Open postman and test the rest api on this url https://localhost:3000