/historic-map-backend

Strapi backend for historic location data

Primary LanguageJavaScript

Historic Map Backend

This is a strapi backend for historic location data.

Setup

  1. Duplicate .env.example as .env and adjust your settings.
  2. Run yarn install

develop

Start your Strapi application with autoReload enabled. Learn more

yarn develop

Deployment

For deployment using docker:

  1. Run docker-compose build to build the images
  2. Run docker-compose up to start the containers