Added postman tests.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
# tracker
|
||||
|
||||
# !important to run application you need a local or remote mysql connection
|
||||
# SETUP
|
||||
The connection parameters can be set in the file src/main/resources/application.properties.
|
||||
|
||||
The MYSQL setup script can be found in SQL, alternatively you can use hibernate to create the tables.
|
||||
|
||||
Fill in your parameters for 'password', 'username', 'host' and 'db' or delete them all and have hibernate create tables for you.
|
||||
|
||||
# Postman collection
|
||||
Postman collection can be found in postman folder
|
||||
|
||||
# Introduction
|
||||
This project uses Quarkus, the Supersonic Subatomic Java Framework.
|
||||
|
||||
Reference in New Issue
Block a user