Project for the Software Engineering Course at Pitt Spring 2023.
Full-Stack social media workout application
Beefin.Demo.mp4
- Log In/Register (with password encryption and email verification)
- Authentication and Authorization with JWT through Auth Service
- Create Groups
- Join Groups
- Create Workouts
- View Past Workouts
- React
- JavaScript
- Java
- Spring Boot
- Docker
- Must have Node.js and Docker installed
- Clone this repository
- Open two terminals
- In terminal one, cd into the
microservices-parent
folder and rundocker compose up -d
- In terminal two, cd into the
client
folder and runnpm run dev
- Give the backend a minute to initialize, and then feel free to use the website!