personal blog server-side with node.js + express + mysql
-
Clone this repo : https://github.com/abduwaly/node-blog-server
-
Install node on your computer if you have not. Otherwise,follow the following steps:
- Install dependencies
npm install
- Run the project
npm start
today
if you're seeing server listening at http://:::3000
in your console,Congratulation!