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

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.

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