Skip to content

green-tech-club/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greentech_api

Here is a quick demo video about how it works.

  1. clone the repo
  2. pip install -r .\requirements.txt
  3. create your own .env file
  4. paste these lines in it:
  • db_username = "your_userid"
  • db_password = "your_pass"
  • db_cluster = "cluster0.777"
  1. replace the credentials with yours.
  2. python .\app\main.py
  3. open in your browser: http://localhost:8000/docs

Under the .\examples\ folder there are some examples like delete.html and login.html to show how a request towards the API should look like.

You can serve them with python by:

  • cd .\examples
  • python -m http.server 3000

About

repo for backend of our web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages