/node-blog-server

personal blog server code-base with node.js + express + mysql

Primary LanguageJavaScript

node-blog-server

personal blog server-side with node.js + express + mysql

How to run?

  1. Clone this repo : https://github.com/abduwaly/node-blog-server

  2. Install node on your computer if you have not. Otherwise,follow the following steps:

  • Install dependencies
npm install
  • Run the project
npm start

Last Update

today if you're seeing server listening at http://:::3000 in your console,Congratulation!