From 1d8a214667855039be88fb3724b64e901ef84320 Mon Sep 17 00:00:00 2001 From: neviyn Date: Fri, 2 Apr 2021 21:32:05 +0100 Subject: [PATCH] Added some README stuff --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da1acdf --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Project Planner + +Web application for time planning and management in group work. + +## Configuration + +Please supply the following configuration options when running this application + +- spring.datasource.url +- spring.datasource.username +- spring.datasource.password +- spring.jpa.properties.hibernate.default_schema + +Includes compatibility with the following databases: + +- Postgres (w/ Flyway) +- H2 (Testing Only) \ No newline at end of file