Create a Backend application using NestJs (NodeJs)
Tasks:
- Onboard User (Basic params like, Name, Email, Phone, Password) -> Store the data in Database
- User authentication (Using Email & Password)
- Secure the endpoints
- Enable Swagger
Instructions:
- You are free to use any database, ORM
- npm i --save
- npm run start:dev
- create db name ipx in you mysql instance
- .env file copy form .env.example
- open http://localhost:3000/api/docs
- create user and do login