-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
My suggestion is to run this project without docker and I got this project to work without docker, in order to do that:
- Install postgresql and create database, user, password and grant all privileges.
- Generate virtual environment with
python -m venv venv - Manually put in the terminal
uvicorn app.main:app --host 127.0.0.1 --port 8888 --reloadbecause If you runsh boot.sh developmentwithout docker, it fails. Note that the port is 8888 and the ip address of the host I've changed for 127.0.0.1, but 0.0.0.0 works as well. - Generate the requirements.txt with all the dependencies.
- When you finally run this project, I have python 3.9 and I had to change pipe (|) by "or" in everywhere it is. (eg. User | None by User or None)
Finally, I would suggest you that put documentation up to date to run this project step by step with and without docker.
Metadata
Metadata
Assignees
Labels
No labels