oliveiralecca / university-tvtime-app

Project that developed a reinterpretation of the TV Time application.

Home Page:tvtime-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV Time App Logo

 

Demo
Video

TV Time App

Github top language Github language count Repository size

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Authors


TV Time App Screen

๐ŸŽฏ About

In this project, a reinterpretation of the TV Time application was developed as an evaluation from the Database I subject.

โœจ Features

โœ”๏ธ  Shows the whole movies list on the Home page;
โœ”๏ธ  Shows movies filtered by genres;
โœ”๏ธ  Shows movies details when clicking on it;
โœ”๏ธ  As an admin user, it's possible to see movies registered and delete or update them;
โœ”๏ธ  As an admin user, it's possible to register new movies

๐Ÿš€ Technologies

The following tools were used in this project:

โœ… Requirements

Before starting ๐Ÿ, you need to have Git and Node installed.

๐Ÿ Starting

Server

# Clone this project
$ git clone https://github.com/oliveiralecca/university-tvtime-app

# Access
$ cd university-tvtime-app
$ cd backend

# Install dependencies
$ yarn or npm i

# Run the project
$ yarn dev or npm run dev

# The server will initialize in the <http://localhost:3000>

Web

# Access
$ cd university-tvtime-app
$ cd frontend

# Install dependencies
$ yarn or npm i

# Run the project
$ yarn dev or npm run dev

# The project will initialize in the <http://localhost:5173>

๐Ÿ“ Authors

 

Back to top ๐Ÿ”

About

Project that developed a reinterpretation of the TV Time application.

tvtime-app.vercel.app


Languages

Language:TypeScript 65.6%Language:JavaScript 30.3%Language:EJS 2.4%Language:HTML 1.7%