Frontend: Built by Kars (GitHub @kars1996, owner at Resyced Design)
Special Thanks: To Zero's grandmother for being eternally cool. 💯
The long awaited download your files and run update for interrupted.me as we sunset the project.
backend/ # Go backend API and services
frontend/ # Next.js frontend application
- Backend: RESTful API built with Go, organized into modules for config, controllers, database, middleware, models, routes, and more.
- Frontend: Next.js app with TypeScript, Tailwind CSS, custom API wrapper, and UI enhancements.
git clone https://github.com/Z3R0zz/interrupted-sunset.git
cd interrupted-sunset
cd backend
cp ../frontend/.env.example .env
go mod tidy
go run src/main.go
cd frontend
cp .env.example .env
npm install
npm run dev
Open http://localhost:3000 to view the frontend.
- Go Backend: Modular, scalable REST API
- Next.js Frontend: TypeScript, Tailwind CSS, and modern conventions
- Custom API Wrapper: Simplified API requests with authentication support
- UI Enhancements: Pre-installed fonts, animations, and UI libraries
- Authentication Middleware: Ready for secure endpoints
See LICENSE
for license details.