Skip to content

An Saas that helps with finding parking spots in your garage!

License

Notifications You must be signed in to change notification settings

SalilMonga/GarageFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Garage Finder

Garage Finder is an app designed to help users locate, navigate, and manage parking spaces near schools, universities, and organizations. This repository contains both the frontend (Flutter app) and the backend (Node.js API) as a submodule.


🚀 Features

  • Search for schools and organizations.
  • View parking maps and manage favorite spots.
  • Backend API integration for dynamic content.

📂 Project Structure

garagefinder/
├── frontend/                 # Flutter app
├── backend/                  # Backend API (submodule)
└── README.md                 # Documentation

🔧 Getting Started

Prerequisites


Setup Instructions

  1. Clone the Repository

    git clone --recurse-submodules <https://github.com/SalilMonga/GarageFinder/tree/main/garagefinder>
    cd garagefinder
  2. Initialize and Update Submodules

    git submodule update --init --recursive
  3. Setup the Frontend

    cd frontend
    flutter pub get
  4. Setup the Backend

    cd ../backend
    npm install
  5. Run the Frontend

    cd ../frontend
    flutter run
  6. Run the Backend

    cd ../backend
    node server.js

🔧 Running the App Locally

  • Frontend: Runs on the device or emulator.
  • Backend: Available at http://localhost:3000.

🌟 Contributing

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Submit a pull request.

🛡️ License

This project is licensed under the MIT License.

About

An Saas that helps with finding parking spots in your garage!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •