Skip to content

anasteishat/backend-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-1

api

healthcheck available at /health route

launch instructions

locally

  • python -m venv env
  • source env/bin/activate
  • pip install -r requirements.txt
  • flask run

docker

  • docker build -t app .
  • docker run -p 5000:5000 app

docker compose

  • docker compose up --build

deployed instance

https://backend-1-vcyc.onrender.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors