Skip to content

AailaMcQueen/blogApp

Repository files navigation

blogApp

A website to post daily Blogs! It is Basic HTML5, CSS with Semantic UI in front-end and Node.js with Express.js framework and MongoDB in back-end. It is a work in progress where I add things regularly. Build Status Visit here: </> Blogs

Some Functions are not working yet, or are disabled intentionally. If you're here to help, you're welcome. And feel free to join me.

Usage

Installation

  • Clone the repository
	 git clone https://github.com/TheClassicWizard/blogApp.git 
  • Open console in the cloned directory and run the following command and wait for node modules to install
   	 npm i
  • To launch the application, run the following command-
   	 node index.js

Following text will show up in console(ignore deprecation warnings):

	App is Launched

To access the website, visit: localhost:3000

Blogs

HomepageTimeline

Login Page

enter image description here

Blog View

enter image description here

Blog Actions

enter image description here

New Blog Form

enter image description here

If you run into any problem, or If You're first time User of MongoDB, Ask me anytime at https://www.linkedin.com/in/shahrukhjadara

Note: A few flash messages are not working, and I'll get to that soon!