https://github.com/obrm/my-contacts
MERN full stack contacts app. Built with React, Hooks, Router, Context API, Reducer Provider & React Router on the front end. Node.js, Express, MongoDB & JWT authentication on the back end.
https://github.com/obrm/my-contacts
context-api-react express hooks-api jwt-authentication mern-stack mongodb nodejs react react-router react-router-dom reducer-provider
Last synced: about 1 month ago
JSON representation
MERN full stack contacts app. Built with React, Hooks, Router, Context API, Reducer Provider & React Router on the front end. Node.js, Express, MongoDB & JWT authentication on the back end.
- Host: GitHub
- URL: https://github.com/obrm/my-contacts
- Owner: obrm
- Created: 2021-01-13T11:40:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T12:50:42.000Z (over 2 years ago)
- Last Synced: 2025-03-30T19:12:45.013Z (2 months ago)
- Topics: context-api-react, express, hooks-api, jwt-authentication, mern-stack, mongodb, nodejs, react, react-router, react-router-dom, reducer-provider
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Contacts
> Full stack MERN contact manager with React hooks, context & JWT authentication.
> Sign Up, Sign In, Add, Search, Update & Delete Contacts.## 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
```