Skip to content

Camilotk/openflix-api

Repository files navigation

Openflix Logo License: MIT


This is the backend api of a open source video CMS licenced under MIT license. You can use it as you want, including making your own modifications and even close the source without any cost or warranty. The main goal of this code is to serve for anyone who wants to start a project of a Video Plataform, Streamming or OTT.

Requirements

Running the project

  1. Configure your .env file
  2. Run the following command to run startup migrations.
adonis migration:run
  1. Run the following command to seed the databases.
adonis seed
  1. Run your project with the following command.
adonis serve --dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published