Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 2.4 KB

README.md

File metadata and controls

61 lines (39 loc) · 2.4 KB

Filmoteka

Used technologies

REST server

  • Used for backend
  • Logic written in JS, TS and NodeJS
  • Used for fetching data

Frontend

Made using Angular and TS, gets data from API (REST server)

Main Features (still working on this app)

  • Login and registration
  • User is stored in session storage
  • CRUD operations with genres from TMDB and my database (mysqlite file)
  • CRUD operations with movies from TMDB and my database (mysqlite file)
  • Searching movies from TMDB that are shown in table
  • Conditional rendering

Requirements:

  • Node v18

Usage:

  • To start an app you first need to go to servis map inside server and type npm start and then go to aplikacija map and also write npm start

App port:4800

Some screenshots (still working on design)