Skip to content

A group project I worked in from a private repo. Finished in March 2021. The assignment was to try and make an IMDB clone.

Notifications You must be signed in to change notification settings

Aiiion/MoviesSite

Repository files navigation

BSMD - Bravo Six Movie Database

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.

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

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.

Built With

  • Laravel
  • Vanilla JavaScript
  • Composer
  • MySQL
  • JQuery

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

If you haven't developed in PHP environments before, install PHP and composer here. NPM is a package handler for JavaScript and dependencies.

PHP NPM Composer

Installation

  1. Clone the repo
    git clone https://github.com/chas_academy/u05-imdb-clon-u05-team-6-bravo-six.git
  2. Install NPM/Composer packages
    npm install

Usage

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

Bootstrap

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

How containers work:

Documentation

How Bootstrap grid system works:

Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Hannes Qvarnström

Project Link: https://github.com/chas_academy/u05-imdb-clon-u05-team-6-bravo-six

Acknowledgements

  • Chas Academy
  • Björn Wänn

About

A group project I worked in from a private repo. Finished in March 2021. The assignment was to try and make an IMDB clone.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published