Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 468 Bytes

File metadata and controls

18 lines (12 loc) · 468 Bytes

devAlert

DevAlert is a Sample App with Python based Django Framework with Postgres DB, React for Frontent, Nginx as Reverse Proxy.

Sample Env File

Create this file locally .env

DEBUG=1
SECRET_KEY=your-secret-key-here
DATABASE_URL=postgresql://postgres:postgres@db:5432/devalert
REDIS_URL=redis://redis:6379/0
ALLOWED_HOSTS=localhost,127.0.0.1,REPLACE_THIS_WITH_HOST_IP_IF_NEEDED
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://127.0.0.1:3000