Marje3PSUT / psutarchive-api

[Legacy] The strapi api for PSUT Archive.
MIT License
2 stars 0 forks source link
backend docker docker-compose strapi strapi-cms university-project

PSUT Archive API

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

Run Locally

npm run develop
# or
yarn develop
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