Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belchenkov/react_contact_keeper
Full stack MERN contact manager with React hooks, context & JWT authentication
https://github.com/belchenkov/react_contact_keeper
atlas bcryptjs concurrency config context-api express-validator expressjs heroku-deployment jsonwebtoken mern-stack mognodb mongoose react react-hooks
Last synced: 6 days ago
JSON representation
Full stack MERN contact manager with React hooks, context & JWT authentication
- Host: GitHub
- URL: https://github.com/belchenkov/react_contact_keeper
- Owner: Belchenkov
- Created: 2019-07-01T07:17:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:26:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T00:36:59.881Z (over 1 year ago)
- Topics: atlas, bcryptjs, concurrency, config, context-api, express-validator, expressjs, heroku-deployment, jsonwebtoken, mern-stack, mognodb, mongoose, react, react-hooks
- Language: JavaScript
- Homepage: https://react-contact-keeper.herokuapp.com
- Size: 854 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Contact Keeper
> Full stack MERN contact manager with React hooks, context & JWT authentication.
Demo: https://react-contact-keeper.herokuapp.com
## Usage
Install dependencies
```bash
npm install
npm client-install
```### Mongo connection setup
Edit your /config/default.json file to include the correct MongoDB URI
### Run Server
```bash
npm run dev # Express & React :3000 & :5000
npm run server # Express API Only :5000
npm run client # React Client Only :3000
```