Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
20 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

executable file
·
20 lines (17 loc) · 902 Bytes

Django API Backend for WebApp

URL: api.anonsys.tech

Start Backend: nohup python3 anonsys_tech/manage.py runserver :8000 >> testing_backend.log &

Authentication Method

Environment variables:

  • DJANGO_DEFAULT_DATABASE_NAME - MySQL Database Name
  • DJANGO_DATABASE_PWD - MySQL Database Password
  • SECRET_KEY - Django App's Secret Key
  • DEBUG - Django Debug Mode Boolean
  • ALLOWED_HOST - Allowed Hosts To Run Django App
  • CORS_ORIGIN_WHITELIST - Django Cors Origin Whitelist
  • EMAIL_HOST - Email server address
  • EMAIL_HOST_USER - Email Address for Host Email Account
  • EMAIL_HOST_PASSWORD - Email Password for EMAIL_HOST_USER
  • GOOGLE_RECAPTCHA_SECRET_KEY - Google Account Recaptcha Secret Key