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.
The following technologies were used in this project:
Before starting, you need to have Node.js installed.
Kindly ensure that you are in the root directory before running the following commands.
npm install
npm start