Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

play14team/play14-api

Repository files navigation

🚀 Getting started with #play14 api

Strapi comes with a full featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds.

develop

Start your Strapi application with autoReload enabled. Learn more

bun run develop

start

Start your Strapi application with autoReload disabled. Learn more

bun run start

build

Build your admin panel. Learn more

bun run build

Build container image

Note: This project uses Podman instead of Docker.

podman build --build-arg STRAPI_ADMIN_MAPBOX_ACCESS_TOKEN=<token> -t play14-api .

Pay attention to the . at the end of the line

Run container

podman run -p 1337:1337 -it --env-file=./.env --name play14-api play14-api

This command uses the .env file content to provide environement variables to the container. This is mostly useful for database configuration. Alternatively, you can use the -e option.

For more information, refer to the podman run documentation

Configure upload provider

Use Strapi Provider Upload Azure Storage

Do not update dependencies

  • react-router-dom
  • strapi-blurhash
  • styled-components

About

#play14 api with Strapi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6