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.
Alexis Drai 42355dd6ce
🗃️ 👔 Add services, repos, entities, controllers (#2)
2 years ago
docs 📝 Add some initial documentation (#1) 2 years ago
gradle/wrapper 🎉 Begin project 2 years ago
src 🗃️ 👔 Add services, repos, entities, controllers (#2) 2 years ago
.dockerignore 🎉 Begin project 2 years ago
.gitignore 🎉 Begin project 2 years ago
README.md 📝 Add some initial documentation (#1) 2 years ago
build.gradle 🎉 Begin project 2 years ago
gradle.properties 🎉 Begin project 2 years ago
gradlew 🎉 Begin project 2 years ago
gradlew.bat 🎉 Begin project 2 years ago
settings.gradle 🎉 Begin project 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