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
- Host: GitHub
- URL: https://github.com/kryptonbd/contact-keeper
- Owner: KryptonBD
- Created: 2021-04-06T08:38:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T08:39:24.000Z (about 4 years ago)
- Last Synced: 2025-03-26T13:48:19.311Z (3 months ago)
- Topics: context-api-react, crud-application, mern-project, react, react-hooks
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```