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

https://github.com/kryptonbd/contact-keeper

Contact manager using React hooks & context
https://github.com/kryptonbd/contact-keeper

context-api-react crud-application mern-project react react-hooks

Last synced: 3 months ago
JSON representation

Contact manager using React hooks & context

Awesome Lists containing this project

README

        

# Contact Keeper

> Full stack MERN contact manager with React hooks, context & JWT authentication.

I created this project while learning React. It is the full app. The API can be found [HERE](https://github.com/KryptonBD/Contact-Keeper-API) with documented endpoints

### Mongo connection setup

Open the config/default.json file and add your **mongoURI** and your **jwtSecret**

## Usage
Install dependencies

```bash
npm install
npm client-install
```

### Run Server

```bash
npm run dev # Express & React :3000 & :5000
npm run server # Express API Only :5000
npm run client # React Client Only :3000
```