PharmaTracker is a cloud native web application created for pharmacies or private users. It is a data warehouse for tracking medicine stored in a pharmacy or a home cabinet.
- Builds the image
cd build
./build.sh
- Runs the container
docker run -p 80:80 pharmatracker:latest
- Runs the app
uvicorn src.main:app --host 0.0.0.0 --port 80