SAFESPACE22 / ParkingSWE

0 stars 0 forks source link

Park Findr

Park Findr is the premiere parking assistance application for the University of Oklahoma community. It simplifies the process of finding a parking spot by providing real-time updates on available parking spaces across campus garages.

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

Node.js
Firebase Account
Google Maps API Key

Deployment

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/parkfindr.git
  2. Navigate to the project directory:

    cd project
  3. Install dependencies:

    npm install
  4. Configure settings:

    cp config.example.js config.js
  5. Start the application:

    npm run start
  6. Access the application in your web browser by opening up the localhost

Built With

Branching Policy

Main Branches

Feature Branches

Release Branches

Pull Requests

Contributing

We welcome contributions to Park Findr! If you're looking to help, please first review our simple guidelines:

  1. Discuss your idea: File an issue to discuss the proposed change and ensure it aligns with project goals.
  2. Fork the repo: Make a copy of this project on your own account to start working on your changes.
  3. Create a branch: From your fork, create a branch for your contribution (feature/your-feature-name).
  4. Make your changes: Write your code following the coding standards and commit messages guidelines.
  5. Write tests: Ensure your changes do not break the existing functionality.
  6. Submit a Pull Request: Push your changes to your fork and open a pull request against the develop branch for review.

Before your submission, please ensure:

Versioning

Authors

Park Findr is a collaborative project by seven software engineers and database administrators. We are passionate about technology, and we hope to share our passion with you through this project. If you have any questions, please feel free to reach out to us on LinkedIn.

License

This project is not licensed. You are allowed to use, copy, modify, and distribute the code freely.

Acknowledgments