Full stack MERN application for managing contacts with React hooks, CONTEXT API & JWT authentication.
Install dependencies
npm install
npm client-install
Edit your /config/default.json file to include the correct MongoDB URI
npm run dev # runs concurrently Express on :5000 & React on :5000
npm run server # runs Express API Only on :5000
npm run client # runs React Client Only on :3000
- MongoDBAtlas - MongoDB Atlas is a fully-managed cloud database
- React - The JS library used
- Express - Fast, unopinionated, minimalist web framework for Node.js
- Node - Node.js® is a JavaScript runtime built
Fork and feel free for submitting pull requests.
- Salam Omarbagaev - Initial work - Linkedin profile
- Inspired by Brad Traversy