A Quarkus / MongoDB app for educational purposes
https://clientserveur-courses.clubinfo-clermont.fr/Notation.html
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
docs | 2 years ago | |
gradle/wrapper | 2 years ago | |
src | 2 years ago | |
.dockerignore | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
build.gradle | 2 years ago | |
gradle.properties | 2 years ago | |
gradlew | 2 years ago | |
gradlew.bat | 2 years ago | |
settings.gradle | 2 years ago |
README.md
PoKeMoNg
A Quarkus / MongoDB app for educational purposes.
Instructions here
Prep steps
🔐 Database connection
Note that the DB connection properties are not included -- you should see this
in src/main/resources/application.properties
:
quarkus.mongodb.connection-string=mongodb+srv://<username>:<password>@<cluster>.<node>.mongodb.net
quarkus.mongodb.database=<database>
To be able to use this app, enter the provided database secrets in the application properties file.
If none were provided, please request them.
Running the application in dev mode
You can run the application in dev mode using:
./gradlew quarkusDev