8000 GitHub - yycorcino/UAA-Course-Evaluation-System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yycorcino/UAA-Course-Evaluation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UAA-Course-Evaluation-System

.env template

DJANGO_SECRET_KEY=
DB_NAME=
DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT=

run django

cd backend
python3 manage.py runserver

reinit migrations

(delete all migrations files)
cd backend
python3 manage.py makemigrations

run frontend

cd frontend
npm install
npm run dev

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0