This is a simple CRUD application where i can store your name , email and pass and to get all details give a GET req and to create new user give a POST req
1.Install dependencies!
npm i
- Change Directory
cd user-details/userdetails
- Run the Application
npm run start