Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Set Up
1.Backend Configuration:
The project utilizes the PostgresSQL database. You need to configure the database connection information in the application.properties file.
MySQL Configuration:
Database Connection URL: jdbc:postgresql://localhost:5432/project_db
Username: your_username
Password: your_password
2.Log into the Website:
The server port is 8080. After successful startup, visit http://localhost:8080/. Usernames and passwords are stored in the user information table of the database.
3.Backend Framework:
The backend framework used is the Spring Boot framework.
4.Import SQL File:
The project's database file is self-created and does not require importing a file.
5.Start the Project:
The project can be started by directly running the Application.java file. Ensure your development environment is configured correctly, and the project dependencies are installed.