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

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.

Awesome Lists containing this project

README

        

# Blog

![](assets/preview.png)

## 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
```