A backend RESTful API for a blog admin panel build with Node.js, Express.JS and MySQL.
- Load database
First install MySQL Community Server and load database and tables from Blog DB
- Install packages
npm install
- Start a development server
npm run dev