alirezazahiri / Nitavian

University Web Course project, using django and react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nitavian

Backend:
change directory to backend folder: cd backend
create a venv (python and pip needs to be installed): pip install virtualenv, virtualenv venv
activate it: .\venv\scripts\activate

install requirements: pip install -r requirements.txt

migrate it: python manage.py makemigrations, python manage.py migrate

run the server: python manage.py runserver

Frontend:

change directory to frontend folder: cd frontend

install npm packages: npm install

start the dev server: yarn start or npm run start

the backend server will run on localhost:8000, and the frontend will run on localhost:3000

About

University Web Course project, using django and react


Languages

Language:CSS 98.5%Language:JavaScript 1.0%Language:Python 0.5%Language:HTML 0.0%