Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emanuelefavero/blog-mern

This is an API assignment project from the Odin Project.
https://github.com/emanuelefavero/blog-mern

blog blog-platform javascript mern mern-project mern-stack mongodb mongoose nodejs react typescript

Last synced: about 1 month ago
JSON representation

This is an API assignment project from the Odin Project.

Awesome Lists containing this project

README

        

# Blog MERN

A blog website where the admin can create blogs with markdown, edit, delete and publish them. The user can view the blogs and comment on them

> Note: This is the production version of blog-mern. A MERN blog app from an assignment project from [the Odin Project](https://www.theodinproject.com/lessons/nodejs-blog-api) It is part of the full stack API section of their course.

## Live Demo

- PLEASE NOTE: The app is hosted on a free tier, so it may take up to **30 seconds to load**

> **TEST USER:** username: `john`, password: `1234`

[https://blog-mern-client.onrender.com/](https://blog-mern-client.onrender.com/)

#### Screenshot

![screenshot](./screenshot.png)

## Test the app locally on your machine

- go to [blog-mern-local](https://github.com/emanuelefavero/blog-mern-local) repo and follow the instructions

## License

- [MIT](LICENSE.md)