An open API service indexing awesome lists of open source software.

https://github.com/codedbystuart/myblogapp

MyBlogApp application, a personal environment to air out emotions
https://github.com/codedbystuart/myblogapp

backend blogsite nodejs

Last synced: 3 months ago
JSON representation

MyBlogApp application, a personal environment to air out emotions

Awesome Lists containing this project

README

          

# Blog Application.
The blog application is a user personal blog portifolio kind of platform where
one can post stories about his personal desires.

## Getting started.
The application was build using the following tools.
* Nodejs v14.8.0
* Npm v6.14.8
* Mongodb
* Express

To run the application, first you need to clone the application using the command:
`git clone `

Then navigate to the folder and install the packages.
`cd myblogapp && npm install`

Finally start the server by using the command
`npm start`, the application will be running on port `localhost:5000`