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

https://github.com/atumv/blog-next

A blog application made with MERN stack and Next.js.
https://github.com/atumv/blog-next

express mern mongodb nextjs nodejs react redux

Last synced: 3 months ago
JSON representation

A blog application made with MERN stack and Next.js.

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/)
- [Next.js](https://nextjs.org/)
- [Redux](https://redux.js.org/)

## Installation

```sh
git clone https://github.com/atumv/blog-next.git && cd blog-next/server && npm i && cd ../client && npm i
```

## Running

in one terminal window:
```sh
cd blog-next/server && npm run start
```
in another terminal window:
```sh
cd blog-next/client && npm run dev
```