A simple user and contact schema that in simple terms allows user to
- Register
- Login
- Perform CRUD operations
with some additional features that I have tried to implement it in this project Includes
- JWT Token for session
- User authentication and
- User authorization by password hashing
- NodeJS - For the server environment
- Express JS -For the Web server
- MongoDB - For non relational data base