Skip to content

thalesmengue/movieLaravel

Repository files navigation

MovieLaravel

The idea

I've started this project when learned my first things about Laravel, the idea was to recreate an old personal PHP project, where people can rate the movies they have already watched.
In the project the user can create their own profile, where they are going to rate the movies they want.

Install the project

# clone the project
$ git clone [email protected]:thalesmengue/movieLaravel.git

# install the dependencies
$ composer install

# make a copy of the .env file
$ cp .env.example .env

# set the environment variables from your database to the .env file

# generate a new key to the project
$ php artisan key:generate

# run the migrations
$ php artisan migrate

# run the application
$ php artisan serve

Technologies:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published