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

https://github.com/nini22p/blog-list

A simple blog list
https://github.com/nini22p/blog-list

express nodejs react react-router reactjs redux

Last synced: 10 months ago
JSON representation

A simple blog list

Awesome Lists containing this project

README

          

# BlogList

## Boot Backend

Create `.env` file in `bloglist-backend`

```
PORT=3003
MONGODB_URL=
SECRET=
```

Open command line in `bloglist-backend`

Run

```bash
npm install && npm start
```

## Boot Frontend

Open command line in `bloglist-frontend`

Run

```bash
npm install && npm start
```