Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 351 Bytes

File metadata and controls

20 lines (16 loc) · 351 Bytes

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