Skip to content

nico1x/bright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Locally

Clone the project

  $ git clone 

Go to the project directory

  $ cd bright

Create postgresql password

  $ mkdir docker-compose/db
  $ echo "<password-here>" > ./docker-compose/db/db-password.secret

Create django secret

  $ echo "<secret-here>" > ./docker-compose/backend/django.secret

Go to compose directory and run the containers

  $ cd docker-compose
  $ docker compose up -d

View in browser

Frontend at localhost:8000

Django Admin at localhost:3000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published