Create a full django backend API
The modules will be separeted so you can get the module you need and just paste it on your project
- login
- payments
- sample api
- chat
- Instale os requisitos em requirements.txt
pip install -r requirements.txt
- Crie o banco de dados
python manage.py makemigrations
python manage.py migrate
- Crie um superuser
python manage.py createsuperuser
Para ver o funcionamento da API, faça o download do InsomniaCore (https://insomnia.rest/ )
Importe o arquivo insomnia-file.json
Execute o django server e rode os testes da API