Skip to content

compeng-gg/compeng.gg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

345 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CompEng.gg

A site for learning coding.

Frontend

Setting up

cd frontend
npm i

Running

cd frontend
npm run dev

Backend

Setting up

cd backend
python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Running

cd backend
source venv/bin/activate
python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages