Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
BlogApp_Preview