anujm4467 / ipx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipx-assignment-nest

Create a Backend application using NestJs (NodeJs)

Tasks:

  1. Onboard User (Basic params like, Name, Email, Phone, Password) -> Store the data in Database
  2. User authentication (Using Email & Password)
  3. Secure the endpoints
  4. Enable Swagger

Instructions:

  1. You are free to use any database, ORM

Instruction to run backend

  1. npm i --save
  2. npm run start:dev
  3. create db name ipx in you mysql instance
  4. .env file copy form .env.example
  5. open http://localhost:3000/api/docs
  6. create user and do login

About


Languages

Language:TypeScript 95.1%Language:JavaScript 2.9%Language:Shell 2.0%