Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.36 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.36 KB



ParkUTK API

The backend for ParkUTK. Built with Express, Supabase, and Docker, hosted on Google Cloud Run, and automatically deployed with Google Cloud Build.

About

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.

🔨 Installation and Usage

1. Fork the repository

2. Install dependencies

npm install

3. Start the development server

npm run dev

🤝 Contributing

Pull requests are welcome!

📖 License

MIT