/nodejs-mysql-restapi

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

Primary LanguageJavaScript

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