Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages