8000 GitHub - georgejkaye/thesis-tracker: Web app showing the progress of my thesis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

georgejkaye/thesis-tracker

Repository files navigation

thesis-tracker

Usage

Environment variables

You will need to set up some environment variables, which you can put in a .env file in the project root if you like.

API_PORT=
CLIENT_PORT=

ADMIN_USER=

DB_HOST=
DB_USER=
DB_NAME=

POETRY_VERSION=

DEADLINE=

# prod only
API_HOST=
CLIENT_HOST=

Development

# old
docker-compose -f docker-compose.dev.yml up --build

# new
docker compose -f docker-compose.dev.yml up --build

Deployment

# old
docker-compose -f docker-compose.prod.yml up --build

# new
docker compose -f docker-compose.prod.yml up --build

About

Web app showing the progress of my thesis

Topics

Resources

License

Stars

Watchers

Forks

0