/blog-restful-api

A backend RESTful API for a blog admin panel build with Node.js, Express.JS and MySQL.

Primary LanguageTypeScriptCreative Commons Zero v1.0 UniversalCC0-1.0

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