This is a strapi backend for historic location data.
- Duplicate
.env.example
as.env
and adjust your settings. - Run
yarn install
Start your Strapi application with autoReload enabled. Learn more
yarn develop
For deployment using docker:
- Run
docker-compose build
to build the images - Run
docker-compose up
to start the containers