AsoStrife / My-Movies-Strapi

Strapi Services for My Movies App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿš€ My Movies

This repository is a part of the My Movies App project.

My movies is a simple application to monitor which movies you have seen and which you own in 4k blu ray, blu ray, dvd and vhs. It's open source both Front-End and Back-End repository.

Run the server

If you're using Docker we suggest you to run the command docker-compose up -d to create a localdb for this application.

This app can be run in the following ways:

With pm2 (pm2 - npm):

  • pm2 start npm --name my-movie-strapi -- run develop
  • pm2 start npm --name my-movie-strapi -- run strapi

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

Start your Strapi application with autoReload enabled. Learn more

npm run develop
# or
yarn develop

Start your Strapi application with autoReload disabled. Learn more

npm run start
# or
yarn start

Build your admin panel. Learn more

npm run build
# or
yarn build

Deployment

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.

Feel free to check out the Strapi GitHub repository. Your feedback and contributions are welcome!

Link

About

Strapi Services for My Movies App


Languages

Language:JavaScript 91.1%Language:Shell 8.9%