Skip to content

talalio/techies-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maintained madewith issues

Installation

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

I know, it sucks 🙂 i will keep working on both front and backend whenever i get a free time.

About

The backend for techies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors