U-Watchlist is a custom web server project built with Go. It provides a platform to manage and track watchlists, such as movies or TV shows, through a web interface.
- Custom HTTP server implemented in Go
- RESTful API for managing watchlist items
- Simple web UI for adding, viewing, and removing items
- Persistent storage using local files or a database
- Go
- HTMX
- SQLServer
- Go 1.18 or newer
-
Clone the repository:
git clone https://github.com/yourusername/U-Watchlist.git cd U-Watchlist -
Build the server:
go build -o uwatchlist
-
Run the server:
./uwatchlist
-
Open your browser and navigate to
http://localhost:8080