The backend Django project powering the REST API and autocomplete services. This project is written using the Django REST framework
- $ git clone https://github.com/kdenny/vybe-backend
- $ cd vybe-backend
- $ virtualenv vybeenv
- $ source vybeenv/bin/activate
- $ pip install -r requirements.txt
- $ python manage.py makemigrations
- $ python manage.py migrate
- $ python manage.py createsuperuser
- $ python manage.py runserver