A simple Quora clone.
- Create and activate virtual environment:
python3 -m venv venv
source venv/bin/activate- Install dependencies:
pip install -r requirements.txt- Start the development server:
python3 manage.py makemigrations
python3 manage.py migrate- Start the development server:
python3 manage.py runserver- Open your browser and visit:
http://127.0.0.1:8000/