Project Spectrum is a repository for coding project suggestions. It allows users to post ideas for projects, create and join teams for a project, comment on a project, and rate projects. The goal of the site is to show off the developers java/spring boot abilities.
-
Clone this repo https://github.com/401-quantum-mechanics/project-spectrum
-
Start Postgresql
-
Create an application.properties file inside of the resources directory and add the following:
- spring.datasource.platform=postgres
- spring.datasource.url=jdbc:postgresql://localhost:/spectrum
- spring.datasource.username=
- spring.datasource.password=
- spring.jpq.hibernate.ddl-auto=create
-
Gradle command to run: ./gradlew run
- After Getting Started navigate to src\test\java\com\projectspectrum\project
- Models holds tests for the models used.
- spectrum holds tests for the routes used.
This application was deployed using AWS.
- java
- springboot
- gradle
- The interwebs.


