https://github.com/drfcozapata/express-sequelize-api
RESTful API developed to serve any Web App using Node.js, Express.js, Sequelize and MySQL with JWT Auth Login.
https://github.com/drfcozapata/express-sequelize-api
bcryptjs express jwt mysql node nodejs sequelize
Last synced: 3 months ago
JSON representation
RESTful API developed to serve any Web App using Node.js, Express.js, Sequelize and MySQL with JWT Auth Login.
- Host: GitHub
- URL: https://github.com/drfcozapata/express-sequelize-api
- Owner: drfcozapata
- Created: 2025-02-23T02:36:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T03:43:01.000Z (over 1 year ago)
- Last Synced: 2025-06-10T12:09:15.666Z (about 1 year ago)
- Topics: bcryptjs, express, jwt, mysql, node, nodejs, sequelize
- Language: JavaScript
- Homepage: https://github.com/drfcozapata/express-sequelize-api
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful API with Login using Node, Express, Sequelize, MySQL and JWT
RESTful API developed to serve any Web App using Node.js, Express.js, Sequelize and MySQL with JWT Auth Login.
## Tech Dependencies
- Node 22.12.0
- Bcryptjs 3.0.2
- Body-parser 1.20.3
- Cors 2.8.5
- Dotenv 16.4.7
- Express 4.21.2
- JsonWebToken 9.0.2
- Mysql2 3.12.0
- Sequelize 6.37.5
## Installation
```
npm install
```
## Development Execution
Create `express_sequelize_api` database. Then:
```
npx sequelize-cli db:migrate
npx sequelize-cli db:seed:all
npm run dev
```