Base of API Rest with DjangoRestFramework + TokenAuthentication
URL DOCS POSTMAN: API DOCUMENTATION
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Python 3.x
- pip install python3-pip python3-dev libpq-dev
A step by step series of examples that tell you have to get a development env running
Say what the step will be
git clone git@github.com:kevinzeladacl/dapi.git
Install virtualenv and run it
pip install virtualenv
virtualenv env3
source env3/bin/activate
Later,
cd dapi
./run.sh
Select '999' option - Install Project
Finally enter the following url in your browser
http://127.0.0.1:8000
Add additional notes about how to deploy this on a live system
- Django
- Django Framework
- Bootstrap
And can see more in the following URL requirements.txt
See more in CHANGELOG
See also the list of contributors who participated in this project.