https://github.com/thedvlprs/men-blog-app
This blog app lets users write blog entries once they sign up with an account. After the user registers, he can go to the homepage and login with his credentials. The navigation bar will dynamically show different items depending on the user being logged in or out.
https://github.com/thedvlprs/men-blog-app
blog-app expressjs men-stack mongodb nodejs
Last synced: about 2 months ago
JSON representation
This blog app lets users write blog entries once they sign up with an account. After the user registers, he can go to the homepage and login with his credentials. The navigation bar will dynamically show different items depending on the user being logged in or out.
- Host: GitHub
- URL: https://github.com/thedvlprs/men-blog-app
- Owner: thedvlprs
- License: mit
- Created: 2020-08-06T17:18:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T17:22:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T15:17:25.550Z (4 months ago)
- Topics: blog-app, expressjs, men-stack, mongodb, nodejs
- Language: JavaScript
- Homepage: https://young-earth-29496.herokuapp.com/
- Size: 25.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ MEN Stack Blog
[](https://opensource.org/licenses/MIT) [](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [](http://lbesson.bitbucket.org/)
[](https://GitHub.com/Naereen/ama)### Demo
This blog app let users write blog entries once they **sign up with an account**. After the user registers, he can go to the homepage and login with his credentials. The navigation bar will dynamically show different items depending on the user being logged in or out.
Once logged in, the navigation bar will have a `Log Out` tab. There will also be a `New Post` tab where the user can create a **new blog post** and upload an associated **image file**. When he goes back to the Home page, his blog entries will be posted there with the `username` and `date posted`.

Demo app 🔥 [My blog](https://young-earth-29496.herokuapp.com/)
### Learn More
A step-by-step instructions on building this app can be found in [Beginning Node.js, Express & MongoDB Development](https://t.me/progbook/4994) by Greg Lim Book, 2019