We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
There was an error while loading. Please reload this page.