Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.09 KB

File metadata and controls

29 lines (21 loc) · 1.09 KB

User_Management

  • It is a basic user management app developed on node to perform crud operation.

  • In this a user can be created with details: { login: username, password : password for login, age : age of user }

  • User details can be updated and deleted

  • To use this follow the below mentioned steps:

    1. clone repo on your system using: git clone https://github.com/suyash929/User_Management.git
    2. after cloning got to repo and run 'npm install' to install all required packages.
    3. start server using npm start command on terminal.
  • To test this :