Skip to content

Lets create an Application

We will create an application which will have following.

  1. /register endpoint which will be post and takes arguement as username, password, email, phone.
  2. /login endpoint which will take username and password and sends a token if correct.
  3. /users if token is correct send all the user details.
  4. Proper Logging
  5. Proper Monitoring
  6. Proper tests