Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 348 Bytes

Blog Restful API built with Express and MySQL

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