Skip to content

This is a project for the postgraduate course in Software Engineering.

Notifications You must be signed in to change notification settings

mateuskiper/barbershop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BarbershopApp

This is a project for the postgraduate course in Software Engineering at PUC-Minas.

To run

  1. Docker
docker build . -t <image-name>
docker run -it -p 5000:5000 -d <image-name>
  1. Local
python -m venv <env-name>
source <env-name-path>/bin/activate
pip install -r requirements.txt
flask --app src.app run --host 0.0.0.0 --port 5000

About

This is a project for the postgraduate course in Software Engineering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published