https://github.com/hyper63/movie-tracker
https://github.com/hyper63/movie-tracker
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyper63/movie-tracker
- Owner: hyper63
- Created: 2020-11-25T16:11:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T01:14:36.000Z (over 5 years ago)
- Last Synced: 2025-01-13T05:41:36.815Z (about 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movie tracker
movie tracker is a reference application for hyper63, it should showcase an example way
of how you might use hyper63 to build applications.
the movie tracker application is a way to log the movies or tv series you have watched,
and rank them to create your own rating site that others might find useful.
The app needs to support multiple user accounts.
For each account the user can
- list up to 100 movies
- log when they watch the movie
- add movies to watch
- remove movies from their list
- rank the movie on their top 100 list
The application has the following layers:
- app - frontend ux
- api - endpoints to serve app
- core - business logic, movies and accounts
- services - backend services data, storage, cache, search
Also in this repository is a PoC of @hyper63/client located in the
`packages/client` folder. This client creates a wrapper around the
hyper63 REST API.