MyLibrary
Simple and fun MERN stack app I built while practising hooks and context.
Features
- Authentication
- CRUD functionality(Client and Server side)
- Some other stuff I added... Clone and run the app to find out
Usage
Install Dependencies
npm install
npm client-install
Mongo connection setup
Edit your /config/default.json file to include the correct MongoDB URI
Run Server
npm run dev # Express & React :3000 & :5000
npm run server # Express API :5000
npm run client # React Client :3000