HenryJavangwe / blogApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blogApp

Coding challenge - Creating a blog application in Node and express and using Bootstrap for styling.

Setup:

  • Make sure you have node and express installed on your computer.
  • Fork. (If you want a different name then clone first, create your own repo and copy my files in there)
  • Clone repo to local.
  • Open terminal in newly cloned file.
  • run: express --view=ejs to install modules and follow the prompts to install dependencies and start the app.

To start the app and its database component:

  • DB> json-server --watch db.json -p 5000
  • APP> nodemon -start

View the app:

Browser: localhost:5000

About


Languages

Language:HTML 83.3%Language:JavaScript 16.0%Language:CSS 0.7%