Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```