Commit graph

13 commits

Author SHA1 Message Date
jeffcheasey88
e794a93bee out UTF-8 & Update Puzzle Model 2023-02-14 15:00:30 +01:00
jeffcheasey88
1835ee6662 Adding routes /register & /login 2023-02-12 13:59:46 +01:00
jeffcheasey88
a793a0cb44 Refractor for Database elements 2023-02-10 19:56:43 +01:00
jeffcheasey88
3693352e92 Register merged routes in Main 2023-02-10 09:40:22 +01:00
jeffcheasey88
65177b21fc Merge branch 'main' into routes 2023-02-10 09:30:45 +01:00
TheNagaki
80563cd86e Added ChapterElement and ChapterList as routes to respectively get a chapter by id and all the chapters.
Removed DatabaseQueries class and added DatabaseRepo to contain all the database queries; Edited PuzzleElement to remove all database-related code.
2023-02-09 22:42:33 +01:00
TheNagaki
27f0b3718b Added Chapter and Puzzle classes to the model to represent a chapter of the application (characterised by an id, a name and a list of puzzles) and a puzzle (characterised by an id, a name and a content). 2023-02-09 22:36:11 +01:00
TheNagaki
79da7cb80c Implemented a route to get a single Puzzle (through the PuzzleElement class) and added the DatabaseQueries class (containing all the different SQL queries used). 2023-02-09 20:45:42 +01:00
Francois G
2c797b393e Change route name from 'puzzle' to 'puzzles' 2023-02-09 19:15:07 +01:00
jeffcheasey88
89bf52624f Remove javax import and upgrade one little regex 2023-02-09 12:34:47 +01:00
jeffcheasey88
b3b598cc0a Get PuzzleList from the database 2023-02-08 23:30:38 +01:00
jeffcheasey88
a3b1c06455 DataBase connection & Configuration Class 2023-02-08 22:54:43 +01:00
jeffcheasey88
98533f91ea First Commit 2023-02-05 21:39:56 +01:00