Skip to content
rllola edited this page Dec 3, 2014 · 2 revisions

To start working on the Api you will need to clone the project.

git clone https://github.com/TFBM/API.git

Then you will need to install all the requirements that there is in the requirements.txt

pip install requirements.txt

Create the DB

python manage.py syncdb

Test

python manage.py runserver

Now start coding.

Clone this wiki locally