This project aims to be a partial clone of the website IMDB - International Movie DataBase. It features multiple resources and modules, and enables user registration.
We first started this project for a school assignment, but it has potential to grow through contributions. It was meant as an introductory look into MVC frameworks, specifically Laravel. We were initially 9 people working on the project.
- Laravel
- Vanilla JavaScript
- Composer
- MySQL
- JQuery
To get a local copy up and running follow these simple steps.
If you haven't developed in PHP environments before, install PHP and composer here. NPM is a package handler for JavaScript and dependencies.
- Clone the repo
git clone https://github.com/chas_academy/u05-imdb-clon-u05-team-6-bravo-six.git
- Install NPM/Composer packages
npm install
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Add template:
@extends('layouts.app')
Then add your code between the lines
@section('content')
and
@endsection
Example:
@extends('layouts.app')
@section('content')
{{"INSERT HACKER CODE SUPER NOVA HERE!"}}
@endsection
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. see 'installation' or 'usage' for more detailed instructions on how to setup a dev environment
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/chas_academy/u05-imdb-clon-u05-team-6-bravo-six
- Chas Academy
- Björn Wänn