A simple mobile-first React application to save and sort contacts using the MERN stack
- Database is stored in a cloud server with MongoDB Atlas
- User input validation is done with express-validator
- Password encryption is hashed with bcrypt
- Authentication uses JWT
- User interface is based on create-react-app
- Axios is used for HTTP requests
To run locally, download repository, install Node dependencies (including dev dependencies) and run npm run dev