Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fazt/nodejs-mysql-restapi

REST API using Nodejs, MySQL, Docker and other Javascript Modules
https://github.com/fazt/nodejs-mysql-restapi

mysql nodejs restapi

Last synced: 3 days ago
JSON representation

REST API using Nodejs, MySQL, Docker and other Javascript Modules

Awesome Lists containing this project

README

        

# Nodejs MYSQL REST API

### Installation

```
git clone https://github.com/fazt/nodejs-mysql-restapi
cd nodejs-mysql-restapi
docker-compose up
npm install
npm run dev
```

### TODO

- [ ] upload images
- [ ] create authentication and authorization
- [ ] add validation
- [ ] improve error handling
- [ ] complete the tests
- [ ] docker for production