========
App disponibilizando uma API com diversos endpoints.
- GET
- POST
- PUT
- PATCH
- DELETE
License: MIT
Versão: 0.1.0
I) Clone o repositório.
$ git clone https://github.com/ollyvergithub/APIPontosTuristicosDjangoRest.git
$ cd back
II) Crie um Virtualenv com Python 3.7
$ python -m venv venv
III. Ative o Virtualenv.
$ source venv/bin/activate
IV. Instale as dependências.
$ pip install -r requirements.txt
V. Execute as migrações
$ python manage.py migrate