Planner (backend)

Academic planner application designed for students and counselors.

Installation

git clone https://github.com/khodeali4b/2planner_backend

cd planner_backend

python -m virtualenv venv

source ./venv/bin/activate

pip install -r requirements.txt

python manage.py runserver