Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 698 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 698 Bytes

Build the project

In order to build the project edit application.properties file to use your database.

Create (if you don't have) database with 1 collection: sequences.

Then insert 1 document(_id: "events", sequence: 0) in sequences.

In order to build the project itself run:

./gradlew build

Run the project:

./gradlew build
./gradlew bootRun

Or you can simply run:

java -jar ./build/libs/events-geo-positioning-1.1.2-SNAPSHOT.jar

Access http://localhost:8080

Enter as admin:

Username: admin.

Password: 123.

Enter as user:

Just sign up with your own username and password and then log in.