Clone the repository and install dependencies
git clone https://github.com/arashi-u/tehcies-api.git
cd techies
npm i
Create a .env file with the following entries
SDNGH_DB_URI=[your_mongodb_uri]
SDNGH_NS=[your_database_name]
PORT=[your_server_port]
Start the server with nodemon
nodemon
It has only one endpoint, which will get you the "users" collection from you database, you can test the endpoint using curl
curl http://localhost:5000/users