Skip to content

linchiyu/Django-general

Repository files navigation

Django-general

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

To-do list:

  • login
  • payments
  • sample api
  • chat

SETUP

  • 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

Insomnia

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •