This is a Web application using i.a. Python, Django, Bootstrap and CI/CD with GitHub actions, which I used pytest to test the scripts. This project has been automated testing, integratet and deployed for a test environment and a production environment on Heroku cloud platform, used Postgresql as Database tecnology, used Amazon Web Services, AWS, for the files storage.
git clone https://github.com/Mahnaz-karimi/Look_out.git
cd Look_out
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
python3 manage.py collectstatic
heroku git:remote -a app-name
git push heroku master
git push heroku branch-name:master
heroku run python manage.py migrate
heroku run python manage.py collectstatic
heroku releases -a <app-name>