Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 864 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 864 Bytes

Blog APP

A BlogApp Built with Express, Nodejs and MongoDb which allows users to register, login with their credentials to create a blog post and even upload associated images. Blog posts uploaded are listed with the specific username and date posted.

Technologies

The following technologies were used in this project:

Requirements

Before starting, you need to have Node.js installed.

Kindly ensure that you are in the root directory before running the following commands.

Install dependencies

npm install

Start server

npm start