Skip to content

Repository files navigation

porfirevich

UI for ru_transformers LIVE

Local Docker setup

Create a .env file:

SITE=http://localhost:3000
JWT_SIGNING_KEY=

GOOGLE_CLIENTID=
GOOGLE_CLIENTSECRET=

POSTGRES_USER=porf
POSTGRES_PASSWORD=123456
POSTGRES_DB=porf
docker-compose up -d --build

The application will be available at http://localhost:3000, and PostgreSQL will listen on localhost:5433.

To build and start the development Compose stack:

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

Check the service status:

docker-compose ps
curl http://localhost:3000/health

Running without Docker

npm install
npm --prefix client install
npm --prefix server install
npm run dev

Vite serves the client at http://localhost:8080 and proxies API requests to the server at http://localhost:3000.

Checks

npm run build
npm run lint

Individual checks:

npm --prefix client run typecheck
npm --prefix server run typecheck

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages