This project was my first foray into self directed learning about how to make a fullstack application!
React Express MongoDB Atlas Node
The code for the frontend is located here
https://aqueous-ridge-34409.herokuapp.com/
- Jest for testing
- authentication/authorization
- Styling
- Refactor contact route to use async functions
next steps for each of the action items
- Write token verification middleware
- User info should be editable but only by a logged in user
- Contacts should only be able to be added by a logged in user
- Contacts should be editable and deletable by logged in user
- Users shouldnt be able to see each other's contacts