Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 471 Bytes

File metadata and controls

32 lines (25 loc) · 471 Bytes

AskSimple

A simple Quora clone.

Getting Started

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