A FaceMash-style application for comparing Letterboxd top 4 movie sets.
- Frontend: Angular 18 (standalone components)
- Backend: Go (Gin framework)
- Database: PostgreSQL
# Install dependencies
npm install
# Start development server
npm start
# or
npm run dev
# Build for production
npm run buildThe frontend runs on http://localhost:4200 and proxies API requests to http://localhost:8080.
See backend documentation for Go server setup.
proji/
├── src/ # Angular source files
│ ├── app.component.ts
│ ├── main.ts
│ ├── index.html
│ └── styles.css
├── angular.json # Angular CLI configuration
├── tsconfig.json # TypeScript configuration
└── proxy.conf.json # API proxy configuration