FixMyBerlin / plan-f-backend

Strapi CMS Backend for administrate content for plan-f.info, connected to Gatsby which is the frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Getting started with Plan F

This is the backend part of FixMyBerlin/plan-f.info, built using Strapi.

develop

Start your Strapi application with autoReload enabled. Learn more

npm run develop

start

Start your Strapi application with autoReload disabled. Learn more

npm run start

build

Build your admin panel. Learn more

npm run build

βš™οΈπŸ“¦ Docker Deployment

To build docker container run:

docker build -t planf:latest .

Then run:

docker run -d --name planf -p 7000:1337 planf

Strapi gives you many possible deployment options for your project. Find the one that suits you on the deployment section of the documentation.

πŸ“š Learn more

  • Resource center - Strapi resource center.
  • Strapi documentation - Official Strapi documentation.
  • Strapi tutorials - List of tutorials made by the core team and the community.
  • Strapi blog - Official Strapi blog containing articles made by the Strapi team and the community.
  • Changelog - Find out about the Strapi product updates, new features and general improvements.

About

Strapi CMS Backend for administrate content for plan-f.info, connected to Gatsby which is the frontend


Languages

Language:JavaScript 95.5%Language:Dockerfile 4.5%