Skip to content

khinch/rota-manager

Repository files navigation

rota-manager

LGR Accelerator Capstone Project - Application to manage nursery staff/child rota: times, ratio and requirements.

Running Locally

Initialising PostgreSQL

docker pull postgres:15.2-alpine
docker run --name lgr-ps-db -e POSTGRES_PASSWORD=[POSTGRES_PASSWORD] -p 5432:5432 -d postgres:15.2-alpine

Initialising Redis

docker run --name lgr-redis-db -p "6379:6379" -d redis:7.0-alpine

Logs

Default log level is INFO. To set a specific log level, set the RUST_LOG environment variable, e.g.:

RUST_LOG=<level>

where level is one of: ERROR | WARN | INFO | DEBUG | TRACE

About

LGR Accelerator Capstone Project - Application to manage nursery staff/child rota: times, ratio and requirements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages