> cd LITTLELEMON
# Linux or Mac
> python3 -m venv venv
> source venv/bin/activate
# Windows
> python -m venv venv
> venv/Scripts/activate
# You can also clone the repository from GitHub
> git clone https://github.com/kapi88/LittleLemon.git
> python -m venv venv
> venv/Scripts/activate
# Project configuration
> pip install --upgrade pip
> pip install -r requirements.txt
> python3 manage.py makemigrations
> python3 manage.py migrate
# Running the project
> python3 manage.py runserver
username: admin
password: admin