Skip to content

nosarthur/ckc00alumni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckc00

Build Status codecov

CKC00 alumni locator

django REST backend + vue3 frontend (separate repo)

installation

After downloading the source code, run

python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt

To setup database

make migrate

To populate the cities_light related database entries

python3 manage.py cities_light --progress

Then create superuser

python3 manage.py createsuperuser

endpoints

After creating super user, spin up the server python manage.py runserver.

Then login as super user at http://localhost:8000/admin/. The API access points can be seen at

Example responses:

About

CKC00 alumni web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published