This is the API for PSUT Archive. It's built with Strapi 4.
- 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
- Build the admin panel. Learn more
npm run build
# or
yarn build
-
Make sure Docker is installed on your system, or get it from here.
-
Generate random base64 strings (from here) then replace 'tobemodified' in
.env.example
with these strings. Then rename it to.env
orcat .env.example > .env
. -
Run the docker container
docker compose -f docker-compose.yml up
- Resource center - Strapi resource center.
- Strapi documentation - Official Strapi documentation.
- Strapi tutorials - List of tutorials made by the core team and the community.
- Awesome Strapi.