The Movies Entertainment App is a full-stack movie and TV series entertainment application. The aim of this project was to practice full-stack development skills and to learn new interesting technologies. With this app, users can easily find a movie or TV series, watch a trailer, leave a comment, and add it to their bookmarks. They can also change the theme of the app.
- Search for movies and TV series
- Watch trailers and pictures
- Leave your reviews
- Add movies and TV series to your bookmarks
- Change theme
To use the application, visit Movies Entertainment App and log in using your Google or Github account to access extra features like reviews and bookmarks.
This application was created using create-t3-app and built using the following technologies:
-
Fork this repository
-
Clone your repository (do not forget to add
your account name
):
$ git clone https://github.com/[YOUR ACCOUNT NAME]/movies-entertainment-app.git
- Go into the repository and install dependencies:
$ cd movies-entertainment-app
$ npm install
- Add all needed Environmental variables to
.env.
You can use.env.example
as template.
- Push current Prisma models to the database:
$ npx prisma db push
- Finally start the development server:
$ npm run dev
- Voila, you're ready to create something awesome!
👩💻 Anastasiia Kuznetsova @kuznetsova-anastasiia
👨💻 Kirill Vypirovskyi @kirill-vypirovskyi
👨💻 Stanislav Korchevskyi @stanislavcodes