Skip to content

rexes-ND/course-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

course-picker

Frontend

(Installation)
cd frontend
npm install

(Running React development server)
npm start

Backend

(Initial one-time setup)
cd backend
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt

(Running Django development server)
cd backend
source .env/bin/activate
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published