Let's make sure our Express app has the required base modules:
# within root of API
npm install --save express pg knex bcrypt
npm install --save-dev nodemon| <div id="form-template" class="hidden"> | |
| <form> | |
| <div class="row"> | |
| <div class="col-sm-12"> | |
| <input name="username" placeholder="Username" class="swal-content__input" type="text"> | |
| </div> | |
| </div> | |
| <div class="row"> | |
| <div class="col-sm-12"> | |
| <input name="password" placeholder="Password" class="swal-content__input" type="password"> |
Download and install robomongo on your system download links.
#### Step 2 Quickly change the MongoDB Server configuration to allow remote connections. How-to-allow-remote-connections-on-mongodb.