-
Notifications
You must be signed in to change notification settings - Fork 3
How to run the Application
Justin Tremellen edited this page Dec 4, 2024
·
2 revisions
Here are a list of commands to test and run GameCenter
To test the backend, start from the project root.
Then, navigate to the backend folder with this command:
cd GameCenter-Backend
Now we want to run the gradle command to test the backend, with this command:
./gradlew test
We should see all of our tests pass 😄
Make sure you have 2 terminal windows open to the project root to accomplish this.
To run the backend, navigate to the backend folder:
cd GameCenter-Backend
Next, we want to run the backend:
./gradlew bootRun
This will launch the backend
To run the frontend, navigate to the frontend folder:
cd GameCenter-Frontend
Next, we want to install any dependencies and run the frontend:
npm install && npm run dev
Home
How to run the Application
- Domain Model
- Requirements Model
- Use Case Specifications
- Use Case Diagrams
- Deliverable 1 Testing Documentation
- Deliverable 1 Record of Operations
- Extra Notes