Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanketshevkar/post-it
- Owner: sanketshevkar
- Created: 2020-09-23T04:14:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T05:26:44.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T08:51:00.298Z (3 months ago)
- Language: JavaScript
- Homepage: https://codingojo.herokuapp.com/
- Size: 374 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```