--> Clone the repository using the command below :
git clone [email protected]:jaypee15/colorize.git
--> Move into the directory where we have the project files :
cd colorize
--> Create a virtual environment.:
# Create virtual env first
python -m venv .venv
--> Activate the virtual environment :
.venv\scripts\activate
--> Install the requirements :
pip install -r requirements.txt
--> Run Migrations
Python manage.py migrate
--> Run Tests
python manage.py test
--> To run the App, we use :
python manage.py runserver
⚠ Then, the development server will be started at http://127.0.0.1:8000/
Before |
After |
Before |
After |