The backend for ParkUTK. Built with Express, Supabase, and Docker, hosted on Google Cloud Run, and automatically deployed with Google Cloud Build.
This project is the backend for ParkUTK, a mobile app to help students find parking.
It leverages Express to respond to incoming API requests and interact with Supabase's PostgreSQL database.
The application is containerized using the Dockerfile and automatically deployed to Google Cloud using Google Cloud Build.
npm install
npm run dev
Pull requests are welcome!