Api developed with Django Rest Framework
https://documenter.getpostman.com/view/9532245/Tz5p6xqV
pre requirements Python 3.+ and Virtualenv
-
Create virtual environment and activate environment
python3 -m venv venv
source venv/bin/activate
-
Clone repository
git clone https://github.com/natha9404/fincaRaiz.git
-
Install requirements
pip install -r requirements.txt
-
Migrations
python manage.py makemigrations
python manage.py migrate
-
Runserver
python manage.py runserver