Skip to content

ianahart/overwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OverWatch

React TailwindCSS Redux Spring Boot Java JavaScript PostgreSQL

Built With

  • React
  • Tailwind CSS
  • Redux
  • Spring Boot
  • PostgresSQL

Description

Overwatch

Overwatch is a cutting-edge platform connecting users and reviewers for seamless code review experiences. Reviewers can earn through Stripe by reviewing code, managing tasks in Trello-like workspaces, and viewing code directly in the browser. Teams enable collaborative group messaging for enhanced communication. Users can connect with reviewers, request detailed code reviews, and chat directly. Overwatch offers robust features, including notification management, multi-factor authentication, and email alerts for key actions, ensuring a secure and streamlined experience for all.

Table of Contents

Installation

  • git clone https://github.com/ianahart/overwatch.git
  • cd into the root of the cloned project
  • If you have not downloaded postgresql go ahead and do so.
  • In the terminal run psql postgres and create a database called overwatch and \c overwatch
  • in the root of the project, run mvn clean install
  • now cd into the folder labeled frontend and run npm install
  • inside the frontend directory run npm run dev
  • inside the root of the project run mvn spring-boot:run

Usage

More to come.

Visuals

OverWatch.Demo.mp4
overwatch_screenshot explore-page explore-single-view main-trello review trello-options

Tests

As of right now only the Spring Boot API has testing implemented. The frontend in React does not.

Instructions to run the API testing.

  • If you have not downloaded postgresql go ahead and do so.
  • In the terminal run psql postgres and create a database called overwatch_test
  • in the root of the project, run mvn clean install
  • to run all tests use mvn test
  • To run a test against an individual file, use mvn test -Dtest="<nameOfFile>"

Credits

N/A

References

License

This project is covered under MIT License

License Text

Copyright (c) 2024  Ian Hart

Permission is hereby granted, free of charge, to any per�OAson obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Contributing

No contributions are being accepted at this time.

Badges

GitHub license GitHub issues GitHub stars

Questions

  • Get in touch with me through email.
  • Check out my GitHub profile.

Releases

No releases published

Packages

No packages published

Languages