Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |