Describe your friends and try to have almost everyone guess who your description is about. You don't want to be too specific though, because if everyone gets it then you get no points!
Open a terminal, navigate to the root of this directory and run the following:
cd app
python3 -m venv venv
. venv/bin/activate (linux) or ./venv/Scripts/activate (win)
python3 -m pip install -r requirements.txt
flask run
Open a terminal, navigate to the root of this directory and run the following:
docker build -t introductions_are_awkward .
docker run -d --name introductions_are_awkward -p 8080:8080 introductions_are_awkward
- How to design UIs that look good
- How to create websites that work well on mobile and desktop
- How to host a website for anyone to use