Skip to content

Latest commit

 

History

History
194 lines (128 loc) · 6.16 KB

README.md

File metadata and controls

194 lines (128 loc) · 6.16 KB

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo Logo

Best Movies Database

Featuring actors, movies, and a Many-to-many relationship between them.
Explore the docs »

View Movies · View Actors · Report Bug · Request Feature

Table of Contents

About The Project

GET Movies

Built With

Getting Started

To get up and running follow these simple steps.

Prerequisites

This is what you need to use this repo.

  • Swift 5
  • Vapor 4

Initial Setup

  1. Setup New Vapor Project with Postgres in Terminal
  • $: vapor new MyCoolProjectName
  • use fluent?: Y
  • choose database type: 1. Postgres
  1. Database Setup

  2. Heroku Deployment

Usage

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.

  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

Kenny Dubroff - @KennyDubroff - kenny.dubroff@kennydubroff.com

Project Link: https://github.com/froggomad/Vapor-Best-Movies-Database

Acknowledgements