Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanketshevkar/post-it

MERN Stack CRUD Application
https://github.com/sanketshevkar/post-it

Last synced: 28 days ago
JSON representation

MERN Stack CRUD Application

Awesome Lists containing this project

README

        

# POST IT

* Create Posts
* Read Posts
* Update Posts
* Delete Posts
* Recieve emails upon registration and login

## Demo
[http://13.235.238.150/](http://13.235.238.150/)

## Getting Started

* Clone this repo

```
cd Investocarcy
```

* Update config/key with
1. MongoURI
2. JWT secret
3. Sendgrid key

* Install Packages

```
npm install
cd config
npm install
```

* Start Servers

```
npm run dev
```