NCU Punch Clock (NPC) is a web application for National Central University students to schedule their part-time jobs, and NPC will automatically clock in and out for you, eliminating concerns about forgetting to do so.
-
Clone the repository
git clone https://github.com/FOBshippingpoint/ncu-punch-clock.git cd ncu-punch-clock
-
Install dependencies
maven install
-
Run the application
maven spring-boot:run
-
Build the application
# Build a jar file named like `ncu-punch-clock-0.0.1-SNAPSHOT.jar` in `target` directory maven package
-
Configure environment variables
The default environment variables are listed in
src/main/resources/application.properties
. But you should not use them in production, configure your own environment variables instead. You can found example insrc/main/resources/.env.example
. Create a.env
file and replace the values that fit your needs.set -a source .env set +a
-
Run the application
java -jar ncu-punch-clock-0.0.1-SNAPSHOT.jar
📎
|
You may want to use |