Skip to content

Birth-control-tech/birth-control-tech-BE

Repository files navigation

This repository was the first iteration of the backend API. See the current backend API below:

https://github.com/whitneykidd/lono-be

Checkout the temporary running BE => here

Notes to make a virtual environment run the following commans in the terminal

python -m venv venv
pip install -r requirements.txt

to run the endpoint on local host you must run python run.py command from a virtualenv to enver venv enter this into command line

source venv/bin/activate

to exit venv

deactivate 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published