T-aaron1 / Group-project

0 stars 0 forks source link

Group-project

prev

mkdir group_proj 
cd group_proj
python3 -m venv venv
cd venv
mkdir src # this is where all python code is going to be

cd src

requirements.txt

add in that file any library we need to install

Inside src directory: install requirements

To start development server:

Web application

http://test-env-1.a52w5zpuqi.us-east-2.elasticbeanstalk.com/