Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emanuelefavero/blog-mern
- Owner: emanuelefavero
- License: mit
- Created: 2022-10-31T03:15:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T00:26:45.000Z (about 2 years ago)
- Last Synced: 2023-06-04T11:42:45.242Z (over 1 year ago)
- Topics: blog, blog-platform, javascript, mern, mern-project, mern-stack, mongodb, mongoose, nodejs, react, typescript
- Language: TypeScript
- Homepage: https://blog-mern-client.onrender.com/
- Size: 984 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)