Skip to content

dzhdhr/Cruzhack_ZIHAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CruzHacks 2022 Backend Engineering Challenge

RESTful API for CruzHacks Challenge

Instruction

  • to Install all the requirement: pip install -r reqirement.txt
  • to start application python app.py runserver
  • once start the application request http://localhost:5000/apidocs/ for detailed documentation
  • make sure the admin sdk are named as cruzhack-6a851-firebase-adminsdk-y0k9t-837fb3ef13.json or edit the setting.py file's FIREBASE property to the admin key path.

Goals

  • Get all the applicants
  • Get an applicant by a specific document id and or email
  • Get all hackers
  • Get all volunteers
  • Create a new applicant document
  • Update an applicant document
  • Delete an applicant document given an id and or email

About

challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages