Commit Graph

17 Commits

Author SHA1 Message Date
068158ede9 server: add Dockerfile and environment variables
The Dockerfile (and docker-compose) simplify the server's deployment.
The environment variables avoid secrets in the code.
2024-10-02 10:24:59 +02:00
13c820e8cd Fix missing data in scripts 2020-03-17 13:21:48 +01:00
4c88ce85dd Fix available classes verification for characters
After the changes of the server, the ids are now returned as string
instead of id. So we needed a more explicit verification in some of
the javascript tests.

Also added a missing class in Tbl_Character_Class table and a script
will all data.
2020-03-11 11:03:08 +01:00
2d2bf6ea88 Add CORS headers and fix some fields name 2020-03-09 22:43:59 +01:00
a561ac89f3 Add php files to communicate with the database
All previous routes of the nodejs server are now working with php.
2020-03-09 20:09:33 +01:00
abfd944bbf Delete nodejs files
Switch to a php backend
2020-03-09 20:08:06 +01:00
8cf47d7519 Updated the filename for Byleth images
This change prevents display errors with the highmaps charts.
2020-03-07 15:33:04 +01:00
f0ed0e519c Add classes for the comparator page 2020-01-28 15:35:52 +01:00
824e7eb784 Add missing SQL script 2020-01-28 08:30:25 +01:00
e24b4be8ed Fix duplicated fields in the JSON data 2020-01-14 09:04:27 +01:00
05bf75babe Add network graph for the home page 2020-01-07 08:32:08 +01:00
5fa7f19eb1 Add localstorage management 2019-12-15 12:40:10 +01:00
c30b24245e Add route to update catalogue 2019-12-10 10:54:57 +01:00
313427af34 Add scripts to import data
When updating the data, we must manually insert a new catalogue version
2019-12-10 10:10:14 +01:00
7ab64a4ee1 Add models and relationships for sequelize 2019-12-03 11:45:01 +01:00
302d6abbde Add dotenv module to manage environment variables 2019-12-03 00:18:04 +01:00
1939d88457 Init node dependencies and typescript 2019-11-26 10:11:09 +01:00