Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thezeeshann/blog-app-mern
Blog app create blog and update & delete blog using React js, Redux(Toolkit) Node js. Express js, MongoDB.
https://github.com/thezeeshann/blog-app-mern
expressjs mongodb nodejs reactjs redux-toolkit tailwindcss
Last synced: 3 days ago
JSON representation
Blog app create blog and update & delete blog using React js, Redux(Toolkit) Node js. Express js, MongoDB.
- Host: GitHub
- URL: https://github.com/thezeeshann/blog-app-mern
- Owner: thezeeshann
- Created: 2023-09-06T20:46:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T18:02:35.000Z (6 months ago)
- Last Synced: 2024-05-09T19:26:08.910Z (6 months ago)
- Topics: expressjs, mongodb, nodejs, reactjs, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 547 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
THE DAILY BLOG
## Introduction
THE DAILY BLOGS user can create blogs. update blogs and delete blogs.
## Features
- Sign up
- Login
- Create Blogs
- Update Blogs
- Delete Blogs
- Comment On Blogs
- Delete Comment## Local Development
Once that's done, you can use the following commands to run the app locally:
```
npm install
npm run dev
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.## Tech Stack
- [Javascript](https://www.typescriptlang.org/) – language
- [Tailwind](https://tailwindcss.com/) – CSS
- [React.js](https://react.dev/) – framework
- [Express.js](https://expressjs.com/) – framework
- [MongDB](https://www.mongodb.com/) – database
- [Node. js](https://nodejs.org/en) - backend## Contributing
We love our contributors! Here's how you can contribute:
- [Open an issue](https://github.com/thezeeshann/Blog-app-mern/issues) if you believe you've encountered a bug.
- Make a [pull request](https://github.com/thezeeshann/Blog-app-mern/pulls) to add new features/make quality-of-life improvements/fix bugs.🎞
![screencapture-localhost-3000-2023-10-03-02_10_35](https://github.com/thezeeshann/Blog-app-mern/assets/88139550/547479df-614b-4840-99ef-9b31efd9bed1)
![screencapture-localhost-3000-signup-2023-10-03-01_48_51](https://github.com/thezeeshann/Blog-app-mern/assets/88139550/7f90943e-f6d5-4b66-a9e0-16d60bd5f586)
![screencapture-localhost-3000-login-2023-10-03-01_49_01](https://github.com/thezeeshann/Blog-app-mern/assets/88139550/9e929294-69e6-44d2-bc39-86a0f9453538)