About | Features | Technologies | Requirements | Starting | Authors
In this project, a reinterpretation of the TV Time application was developed as an evaluation from the Database I subject.
✔️ 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
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
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>