Lets create an Application
We will create an application which will have following.
- /register endpoint which will be post and takes arguement as username, password, email, phone.
- /login endpoint which will take username and password and sends a token if correct.
- /users if token is correct send all the user details.
- Proper Logging
- Proper Monitoring
- Proper tests