Skip to content

GT Movies is a movie platform wich you can include movies and series by Youtube. This system was builded using Javascript at the Front-end and Back-end - Node & React JS

Notifications You must be signed in to change notification settings

patrickgratao/GTMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GT Movies
GT Movies Platform

Movies Platform builded with Node & React JS

Technologies   |    How To Use   |    License

Home Screenshot

Add Movie Screenshot

Watch Movie Screenshot

🚀 Technologies

This Movie Platform was builded using Javascipt at back-end and front-end and technologies like:

ℹ️ How To Use

To run this app you should install Git, Node.js v10.16 or higher + Yarn v1.13. Let's to commands:

First Steps

# Clone this repository
$ git clone https://github.com/patryckgratao/GTMovies.git

# Go to downloaded repo
$ cd GTMovies

# Open backend folder and configure your Database
$ cd backend
$ code knexfile.js

# Update fields with your infos
  development: {
    client: 'mysql',
    connection: {
      host: 'localhost',
      user: 'your-user',
      password: 'your-pass',
      database: 'your-database'
    },

# Save the file

Running Backend

# Go to backend folder
$ cd backend

# Install dependencies
$ yarn install

# Run backend
$ yarn dev

Running Frontend

# Go to frontend folder
$ cd ../frontend

# Install dependencies
$ yarn install

# Run the app
$ yarn start

Well Done, now your app is ready to use. Thanks to use!

📝 License

This project is under MIT license.


Made with 💗 by Patryck Gratão.

About

GT Movies is a movie platform wich you can include movies and series by Youtube. This system was builded using Javascript at the Front-end and Back-end - Node & React JS

Topics

Resources

Stars

Watchers

Forks