Project for cse 111 at UC Merced
- Python 3 & pip
- Fast API
- NGNIX
- Gunicorn
- SQLAlchemy
-
*using python3
-
create a directory named cse111_project
python -m venv cse111_project_env -
activate virtual environment by sourcing the activate binary
. cse111_project_env/bin/activate -
use pip to install requirements in requirements.txt
pip install -r requirements.txt -
this command deactivates virtual environment
deactivate cse111_project_env
The main branch will ONLY contain working code that can be executed without errors. There will be branches for individuals working on this project. When ready changes from these branches will be merged into the main branch.