onebox-project-app
v1.0.0
Published
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://crew-code.com/node-express-typescript-sequelize-mysql-rest-api/) [![Build passing](https://img.shields.io/badge/Build-Passing-brightgreen.svg?style=f
Downloads
2
Readme
Express Typescript MYSQL Sequelize REST API ✨
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/
Features and Functionalities 😃
- Express, Typescript, Sequelize, MySql Complete REST API
- CRUD Operations
- MySql for database
Screenshots
Initialize typescript
Initialize npm
Main app.ts file
Tech Stack 💻
Installation and Running App :zap:
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