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
- Host: GitHub
- URL: https://github.com/nini22p/blog-list
- Owner: nini22P
- License: mit
- Archived: true
- Created: 2023-05-05T10:48:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T09:55:10.000Z (about 3 years ago)
- Last Synced: 2025-04-03T21:18:34.299Z (about 1 year ago)
- Topics: express, nodejs, react, react-router, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```