Skip to content

Repository files navigation

Mapica

Register and describe locations of interest.

Requirements

  • Postgres

Running migrations

Migrations were created with migr, a janky minimal Postgres migration tool.

The easiest way to install migr is via cargo

cargo install migr

migr requires a DATABASE_URL in the env which is a Postgres connection string.

export DATABASE_URL=<YOUR_CONNECTION_STRING_HERE>

To set up the tables, run the following commands on a fresh database instance.

migr sync
migr run

Running

The application needs a .env file.

cp .env.example .env

Install dependencies.

npm i

Run!

npm run dev

About

Mapica

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages