Skip to content

livedebugger/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testing

Important

Learn about the endpoints here

  1. Copy the environment variables // ask from team if you don't want to create them yourself

    cp app/.env.example app/.env # or do it manually
  2. Install docker

  3. Follow this:

Commands

make reset  # Cleans existing containers and starts fresh

make start  # Starts DB + app with live code reloading
make stop # Stops the containers

make clean # Cleans the containers and cleans cache

Testing

make tests  # Runs pytest suite # too lazy to implement (・ω<)☆

Go to this URL to test the endpoints using Swagger

http://localhost:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published