Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskian/ts-watchlist
Simple and Minimal Web app for Manage Movie & Series Watchlist.
https://github.com/mskian/ts-watchlist
bulma css ejs html movie-series-watclist movie-web-app typescript watchlist webapp
Last synced: 1 day ago
JSON representation
Simple and Minimal Web app for Manage Movie & Series Watchlist.
- Host: GitHub
- URL: https://github.com/mskian/ts-watchlist
- Owner: mskian
- License: mit
- Created: 2025-01-05T17:50:37.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-01-05T18:04:55.000Z (3 days ago)
- Last Synced: 2025-01-05T19:19:06.281Z (3 days ago)
- Topics: bulma, css, ejs, html, movie-series-watclist, movie-web-app, typescript, watchlist, webapp
- Language: EJS
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movie & Series Watchlist
Movie & Series Watchlist web app | Manage Your Watchlist with Ease
**Note**
I primarily built this tool for personal use, and I mostly run it on my home server or localhost.This tool is not recommended for production use, as it lacks additional security layers such as header authentication, API keys, or token methods to prevent unauthorized access. However, you are welcome to fork the project and make any changes as needed.
> Base Concept:
## Setup
- Download or Clone the repo
- install dependencies```sh
pnpm install
```- Development
```sh
pnpm dev
```- Build a Project
```sh
pnpm build
```- Start the server
```sh
pnpm start
``````sh
## access Dashboard
http://localhost:6020/## Watchlist
http://localhost:6020/watchlist```
## LICENSE
MIT