Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

kigold/UserManager

Open more actions menu
 
 

Repository files navigation

User Manager

Ensure Docker is installed on your machine.

Installation

  • Clone the repository by entering the command git clone https://github.com/kigold/UserManager.git in the terminal.
  • Navigate to the project folder using cd UserManager on your terminal (or command prompt)
  • After cloning, run the application with the command run.sh, this command would set up container for the mongodb as well as the node app, and also install all the dependencies for the node app, and then start the node app
  • Open your browser and enter this url http://localhost:3000/users this list should be empty sine the database is blank
  • Open Postman and create users using this url
    INPUT:
    
    name: John Doe
    email: john.doe@gmail.com
    password: johndoe
    
  • Add a couple of users as stated above, then revist http://localhost:3000/users, now you should find the users you just entered in the previous step. For more indepth documentation on the API, check out https://github.com/BolajiOlajide/UserManager from where i forked the node app.

End Process

To stop the process at anytime, type this command in the terminal stop.sh, this would stop all process and close the containers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.8%
  • Shell 5.2%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.