Skip to content

haite4/QuestionTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuestionTime

A Quora-like Single Page Application built with Django, Django REST Framework and Vue JS

How to run the project on your local machine?

Clone the repo and move inside it:

git clone 
cd QuestionTime

Create a new Python Virtual Environment:

python3 -m venv venv

Activate the venv and install Django dependencies:

source ./venv/bin/activate
pip install -m ./requirements.txt

Apply Django migrations:

python manage.py migrate

Install Node dependencies:

cd QuestionTime/vite-frontend
npm install

Run Vite's Development Server:

npm run dev

Run Django's development server:

python manage.py runserver

About

ask your question

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •