Skip to content

micgh1031/python-django-rc

Repository files navigation

Python-Django REST API Backend for Mobile App

Pre-requirement

NOTE: Requires Python version > 2.7.9, Node.js

Installation

  • $ sudo apt-get install git & sudo apt-get install python-pip & pip install virtualenv

  • $ git clone https://bitbucket.org/windshieldink/windshieldink.git

  • $ cd windshieldink

  • $ virtualenv venv

  • $ source venv/bin/activate

  • $ pip install -r requirements/base.txt

  • $ npm install -g bower

  • $ bower install

  • $ python manage.py makemigrations & python manage.py migrate

  • $ python manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published