Skip to content

pavolo99/redakcny_system_be

Repository files navigation

Redakcny_system_be

Backend part of thesis Collaborative markdown editor

Set up postgresql database locally using docker

docker run -d --name local_postgres -v my_dbdata:/var/lib/postgresql/data -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=sa -e POSTGRES_DB=postgres -d postgres:latest

Local development

Paste content from file application.dev.yml to file application.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published