Browse Source

Update README

master
Pekka Helenius 3 years ago
parent
commit
52e1470e7c
1 changed files with 12 additions and 9 deletions
  1. +12
    -9
      README.md

+ 12
- 9
README.md View File

@ -1,25 +1,26 @@
# Java Server Programming
This repository contains primarily my school-related Java development work for creating a basic Java server application(s) with database connections and other extended features, depending on course requirements.
As of 1st September 2020, the code is not production-ready. It will evolve in time.
This repository contains primarily my school-related Java development work for creating a basic Java server application(s) with database connections and other extended features.
Code presented here is not currently in use on my website [fjordtek.com](https://fjordtek.com).
## Table of Contents
This repository contains various exercises, known as "chapters". In the future, additional project work may be commited, too.
This repository contains various project exercises, known as `chapters`. External project work repository links are provided below.
### Chapters
| Chapter | Description |
|----------------------------------|---------------|
| [Chapter 0](exercises/chapter_0) | Hello World |
| [Chapter 1](exercises/chapter_1) | HTTP Requests |
| Chapter | Description |
|----------------------------------|------------------|
| [Chapter 0](exercises/chapter_0) | Hello World |
| [Chapter 1](exercises/chapter_1) | HTTP Requests |
| [Chapter 2](exercises/chapter_2) | Thymeleaf basics |
### Project work
N/A (TBA)
**GitHub repository:** [Bookstore - GitHub/Fincer](https://github.com/Fincer/java-bookstore)
**Mirror:** [Bookstore - Fjordtek Git/Fincer](https://fjordtek.com/git/Fincer/java-bookstore)
## Development environment
@ -35,6 +36,8 @@ OS: `Arch Linux` + virtualized/physical Linux servers
| `mariadb` | `10.4.10-1` |
| `mariadb-libs` | `10.4.10-1` |
Additional Java & Maven library dependencies are listed in respective project files.
## LICENSE
N/A (TBA)

Loading…
Cancel
Save