https://github.com/atumv/blog
A blog application made with MERN stack.
https://github.com/atumv/blog
express mern mongodb nodejs react redux vite
Last synced: 2 months ago
JSON representation
A blog application made with MERN stack.
- Host: GitHub
- URL: https://github.com/atumv/blog
- Owner: atumv
- Created: 2022-05-15T10:11:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T11:00:58.000Z (about 3 years ago)
- Last Synced: 2025-03-02T11:33:40.379Z (3 months ago)
- Topics: express, mern, mongodb, nodejs, react, redux, vite
- Language: JavaScript
- Homepage:
- Size: 556 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog

## Built with
- [MongoDB](https://www.mongodb.com/)
- [Express](https://expressjs.com/)
- [React](https://reactjs.org/)
- [Node.js](https://nodejs.org/en/)
- [Redux](https://redux.js.org/)## Installation
```sh
git clone https://github.com/atumv/blog.git && cd blog/server && npm i && cd ../client && npm i
```## Running
in one terminal window:
```sh
cd blog/server && npm start
```
in another terminal window:
```sh
cd blog/client && npm start
```