Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Marje3PSUT/psutarchive-api

Repository files navigation

PSUT Archive API

This is the API for PSUT Archive. It's built with Strapi 4.

Run Locally

  • Start the API with autoReload enabled. Learn more
npm run develop
# or
yarn develop
  • Start the API with autoReload disabled. Learn more
npm run start
# or
yarn start
npm run build
# or
yarn build

Developing from Docker 🐋 (SQLite)

  1. Make sure Docker is installed on your system, or get it from here.

  2. Generate random base64 strings (from here) then replace 'tobemodified' in .env.example with these strings. Then rename it to .env or cat .env.example > .env.

  3. Run the docker container

    docker compose -f docker-compose.yml up

Strapi Resources