Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbird1419/ajp_s6-n13
TS. Ha Manh Dao in HAUI.
https://github.com/bigbird1419/ajp_s6-n13
bootstrap maven spring-mvc spring-security student-managed thymeleaf
Last synced: 20 days ago
JSON representation
TS. Ha Manh Dao in HAUI.
- Host: GitHub
- URL: https://github.com/bigbird1419/ajp_s6-n13
- Owner: bigbird1419
- Created: 2024-12-04T04:39:43.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-16T07:20:00.000Z (22 days ago)
- Last Synced: 2024-12-16T07:39:29.430Z (22 days ago)
- Topics: bootstrap, maven, spring-mvc, spring-security, student-managed, thymeleaf
- Language: Java
- Homepage:
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electronic Transcript Management System - AJP_S6-N13 - HA MANH DAO
## Steps to Set Up and Run the Project
1. **Clone the repository**
Use the following command to clone the repository:
```bash
git clone https://github.com/bigbird1419/AJP_S6-N13.git
```2. **Configure the database**
Navigate to the `src/main/resources/application.properties` file and update the following properties with your database credentials:
```properties
spring.datasource.username={username}
spring.datasource.password={password}
```3. **Run the project**
Start the application and access the system at:
[http://localhost:8080](http://localhost:8080)## Default Accounts
| Role | Username | Password |
|------------|------------|----------|
| Teacher | giaovien1 | 1234 |
| Student | hocsinh1 | 1234 |
| Parent | phuhuynh1 | 1234 |