Skip to content

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

License

Notifications You must be signed in to change notification settings

schoolofdevops/devAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published