A webapplication that enables users to submit confessions and they are automatically tweeted after being reviewed either by the admin or by an AI
-
Create a virtual enviroment in your desired directory using the command
python -m venv env
where myenv is the name of the environment. Make sure you have python and pip installed on your machine for this step
-
Create a pull request for the project from github into the directory. You can install the zip folder or run the following command
git pull <project url> main -
In the root directory, activate the virtual environment by running the command in your terminal
env\scripts\activate -
Run the following command to install all the necessary requirements and dependencies for the project
pip install -r requirements.txt
-
Run the server through your terminal and access the project afterwards on your browser, address localhost:8000
python manage.py runserver