Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janbaig/blog-app
Full Stack Blog Application
https://github.com/janbaig/blog-app
expressjs jwt-authentication mongodb nodejs reactjs
Last synced: 3 days ago
JSON representation
Full Stack Blog Application
- Host: GitHub
- URL: https://github.com/janbaig/blog-app
- Owner: JanBaig
- Created: 2022-05-10T18:37:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T19:08:37.000Z (over 2 years ago)
- Last Synced: 2023-07-24T04:19:18.536Z (over 1 year ago)
- Topics: expressjs, jwt-authentication, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To run on your local machine
To run the Server (Back-end):
```
cd Server
npm run dev
```To run the Client (Front-end):
```
cd Client
npm start
```## Preview