Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.
/ feelthemovies_php Public archive

This is the old back-end version of Feel the Movies. Written in PHP with Lumen framework.

License

Notifications You must be signed in to change notification settings

cyruzin/feelthemovies_php

Repository files navigation

Feel the Movies

This is the old back-end version of Feel the Movies. Written in PHP with Lumen framework.

Install

First set up your environment, you can check the Lumen server requirements here.

Then, inside the project folder run:

composer install

Run

Create a database called "api_feelthemovies" on your MySQL and run migrations:

php artisan migrate

Once the database is ready. Start the server:

php -S localhost:8000 -t public

About

This is the old back-end version of Feel the Movies. Written in PHP with Lumen framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages