Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fazt/nodejs-mysql-restapi
- Owner: fazt
- Created: 2018-06-09T23:13:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T07:01:37.000Z (about 2 years ago)
- Last Synced: 2024-04-14T07:47:01.690Z (7 months ago)
- Topics: mysql, nodejs, restapi
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 65
- Watchers: 6
- Forks: 70
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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