https://github.com/romijulianto/express-sequelize-swagger-api
Backend Express JS + MySQL + Swagger Documentation API
https://github.com/romijulianto/express-sequelize-swagger-api
expressjs mysql swagger
Last synced: 2 months ago
JSON representation
Backend Express JS + MySQL + Swagger Documentation API
- Host: GitHub
- URL: https://github.com/romijulianto/express-sequelize-swagger-api
- Owner: romijulianto
- Created: 2023-07-24T05:40:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T06:35:03.000Z (over 1 year ago)
- Last Synced: 2025-01-19T08:15:13.290Z (4 months ago)
- Topics: expressjs, mysql, swagger
- Language: JavaScript
- Homepage: https://api.romijulianto.my.id/express-user/users
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Build REST API using Express JS + Swagger Documentation
_Documentation by Romi Julianto_
## Installation
```bash
- npm install
```### Compiles and hot-reloads for development
```
node src/index.js
```### Swagger Docuemntation Screenshoot
![]()
### Referensi
- [Build REST API using Express JS + Swagger Documentation](https://medium.com/@karthik.skreddy24/building-a-restful-api-with-node-js-express-js-sequelize-orm-and-swagger-for-crud-operations-c294cd9f988)