source: README.md@ 4251327

Last change on this file since 4251327 was 4251327, checked in by ppaunovski <paunovskipavel@…>, 4 months ago

readme

  • Property mode set to 100644
File size: 1.2 KB
Line 
1# Get the application running
2
3## Install Java JDK
4
5Download and install Java JDK 8 or above from [Oracle](https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html)
6
7## Clone the repository
8
9Make a clone from the repository onto your machine
10
11```bash
12git clone https://github.com/ppaunovski/Bus-GO.git
13```
14
15Then open the project in your IDE of choice (preferably IntelliJ)
16
17## Connect to the database
18
19Establish a connection to the remote database
20
21## Run the application
22
23Start the application, open a browser and navigate to [https://localhost:8080](https://localhost:8080)
24
25## Registered accounts:
26
27### 1. Admin
28
29Email: vangel.ajanovski@admin.jsp.mk
30
31Password: va
32
33#### Functionalities:
34Register bus drivers and conductors.
35
36### 2. Bus Driver
37
38Email: petar.gruevski@vozac.jsp.mk
39
40Password: pg
41
42#### Functionalities:
43Start and end routes.
44
45### 3. Conductor
46
47Email: darko.sekulovski@kondukter.jsp.mk
48
49Password: ds
50
51#### Functionalities:
52Control the routes, and write tickets to registered or unregistered commuters which haven't paid for the ride.
53
54### 4. Commuter
55
56Email: pavel.paunovski@patnik.jsp.mk
57
58Password: pp
59
60#### Functionalities:
61Buy tickets for the rides, starting and ending a ride.
Note: See TracBrowser for help on using the repository browser.