Skip to content

Accolads/rescado-server

Repository files navigation

rescado-server

Development

To run rescado-server for development, you'll need the following config for a rescado_loc PostgreSQL database with PostGIS extension running locally on port 5432:

psql -c "CREATE ROLE rescado_user WITH LOGIN superuser PASSWORD 'rescado_password';"
psql -c "CREATE DATABASE rescado_loc WITH OWNER rescado_user;"
psql -c "CREATE EXTENSION postgis;"

Alternatively, if you have Docker installed, you can spin up a container with working database config with this command:

docker-compose run -p 5432:5432 -e POSTGRES_DB='rescado_loc' rescado-store

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published