Skip to content

An innovative learning assistant platform for college students

Notifications You must be signed in to change notification settings

xinyev5/ClassGotcha-Backend

Repository files navigation

ClassGotcha-Backend

Set up

Clone

> git clone https://github.com/C0deZLee/ClassGotcha-Backend.git
> cd ClassGotcha-Backend

Checkout to dev branch

> git checkout dev

Create local folder for temp database and virtual env

> mkdir -p local
> mkdir -p local/tmp

Virtual Env

(Why Virtual Env? Check this)

> virtualenv env
> source env/bin/activate

Install Dependencies

> pip install -r requirements.txt

Migrate database

> python manage.py makemigrations
> python manage.py migrate

Create Superuser

> python manage.py createsuperuser

Run local server

> python manage.py runserver

About

An innovative learning assistant platform for college students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published