Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 598 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 598 Bytes

RESTfulBlogApp

A blog app developed in Node.js utilizing the concept of RESTful routes with Express/EJS framework and Semantic UI.

Disclaimer: This project is developed in collaboration from The Web Developer Bootcamp Udemy course.

Requirements:

  1. Node.js is installed.

Instructions:

  1. Run npm install to both root and /client directory.
  2. Run npm start.
  3. Visit URL of localhost:8080.

NOTE: If the URL does not work, try changing the port value by replacing 'process.env.PORT' at 'app.js' file