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
- Host: GitHub
- URL: https://github.com/codedbystuart/myblogapp
- Owner: codedbystuart
- Created: 2021-02-10T09:02:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T06:32:54.000Z (over 4 years ago)
- Last Synced: 2025-09-21T14:41:41.213Z (10 months ago)
- Topics: backend, blogsite, nodejs
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`