Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 374 Bytes

Swift-Coding-Club Backend Task 1

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

Download and Run the Appilcation

1.Install dependencies!

npm i
  1. Change Directory
cd user-details/userdetails
  1. Run the Application
npm run start