From e16bc0688506c34e2ed08ee1873aa0b7c1646d3c Mon Sep 17 00:00:00 2001 From: Hallvard Traetteberg <hal@ntnu.no> Date: Wed, 21 Mar 2018 23:27:58 +0100 Subject: [PATCH] Initial README.md files for the example repository. --- README.md | 5 +++++ tdt4140-gr1800/README.md | 3 +++ tdt4140-gr18nn/README.md | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 README.md create mode 100644 tdt4140-gr1800/README.md create mode 100644 tdt4140-gr18nn/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4589f96 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Example repository for the TDT4140 course, Spring 2018 + +This repository contains templates and examples for the TDT4140 course, for Spring 2018. Currently, it contains two project, both using maven as build system and configured for using Eclipse: +* [tdt4140-gr18nn](tdt4140-gr18nn/README.md]: Template for JavaFX project with two sub-modules, one for the model and one for the UI. To use the template, copy the whole structure and systematically rename files and edit file contents to match your group number. +* [tdt4140-gr1800](tdt4140-gr1800/README.md]: Example project based on the template, and extended to include a web server module. diff --git a/tdt4140-gr1800/README.md b/tdt4140-gr1800/README.md new file mode 100644 index 0000000..083dd9f --- /dev/null +++ b/tdt4140-gr1800/README.md @@ -0,0 +1,3 @@ +# Example project for the TDT4140 course, Spring 2018 + +This project is an example for Spring 2018, based on the [template project](../tdt4140-gr18nn/README.md] diff --git a/tdt4140-gr18nn/README.md b/tdt4140-gr18nn/README.md new file mode 100644 index 0000000..fb199a8 --- /dev/null +++ b/tdt4140-gr18nn/README.md @@ -0,0 +1,3 @@ +# Template project for the TDT4140 course, Spring 2018 + +This is a template for a JavaFX project with two sub-modules, one for the model and one for the UI. To use the template, copy the whole structure and systematically rename files and edit file contents to match your group number. -- GitLab