Skip to content

A List of Users with CRUD, based on Mongo, Express and Node.js

License

Notifications You must be signed in to change notification settings

gitaalekhyapaul/user-list-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-list-api

A List of Users with CRUD, based on Mongo, Express and Node.js

Project Demo can be found at:

https://gogaga-userlist-gap-22052020.herokuapp.com

Installation Instructions

  • Clone the project, and open a terminal inside the project folder
  • To install the dependencies, execute:
npm install
  • Create a .env file with two variables:
MONGO_URI=<Your MongoDB URI>  
PORT=<Desired Port for the Server>
  • To start the server, execute:
npm start

About

A List of Users with CRUD, based on Mongo, Express and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published