Skip to content

RESTful api for watching movies/animation services (including an admin panel)

License

Notifications You must be signed in to change notification settings

Elh-Ayoub/LensAnime

Repository files navigation

About Project

This is a RESTful api for watching movies/anime services (includes an admin panel), which will allow administrators to manage the users (and their roles), episodes, categories. And users to authenticate, manage their own profile, comment and like episodes.

Technologies

  • Backend: PHP (Laravel), MySQL.
  • Frontend: HTML / CSS, JavaScript (Pure JavaScript, jQuery)
  • Tools: Git / VSCode IDE

Requirement

  • PHP 8.0.6
  • MySQL
  • Composer
  • NPM

Hoste API

To host api just follow this steps:

  1. run: composer update
  2. Generate key with: php artisan key:generate
  3. run: npm update
  4. run: npm run dev
  5. serve the project with: php artisan serve