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

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.

Awesome Lists containing this project

README

        

# ✨ MEN Stack Blog

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![Website lbesson.bitbucket.org](https://img.shields.io/website-up-down-green-red/http/lbesson.bitbucket.org.svg)](http://lbesson.bitbucket.org/)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](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.png)

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