An open API service indexing awesome lists of open source software.

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

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)