Developed by Danny Carey, Emma Cameron, Aiden Rooney, Oleksii Koliukh and Mark McGrory for our CodeClan Capstone Project.
Installation Guide
- Before running the application in intellij ensure that you drop the database within the command line; dropdb subwaysamurai
- Ensure that you create a new database: createdb subwaysamurai
- Within SubwaySamurai in intellij run the SubwaySamurai Application
If you're encountering issues due to the postgres username/password, try to remove Postgres from Username and Password
TechStack Used in the BackEnd
- Java
- Intellij
- SpringBoot
- Insomnia