aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-11-02Added faviconJoel Kronqvist
2022-10-18setup.sh: more robust, some other improvementsJoel Kronqvist
2022-10-17Added instructions to start server at reboot. Doesn't neccessarily work. ↵Joel Kronqvist
Updated the init script. No server code updates for now.
2022-10-17Imroved README.md, modified server to update on startJoel Kronqvist
Also minor changes to setup.sh and update.js. In update.js the updation function was changed to take a database connection (as in database.js) instead of a string with the credentials to the DB.
2022-05-13Merge branch 'development'Joel Kronqvist
2022-05-13Lol I just need to upload these changes to not loose them while testingJoel Kronqvist
2022-05-13Made init work as sudo so that the server gets permissions to lower portsJoel Kronqvist
2022-03-11Merge branch 'master' of https://github.com/JoelHMikael/FoodJSJoel Kronqvist
Updating remote changes
2022-03-11Food scraping updationJoel Kronqvist
2022-03-10Class parsing with any number of files with classesJoel Kronqvist
2022-03-05Updated README.mdJoel Kronqvist
2022-02-13Added updating the server code to README.md instructionsJoelHMikael
2022-02-13Finished README.md instructionsJoelHMikael
2022-02-10Updated README.mdJoel Kronqvist
2022-01-22Fixed bug in day mechanics for the food searchJoel Kronqvist
Making monday first (0) instead of sunday was done twice, resulting with tuesday becoming first.
2022-01-19Tested on Linux Mint & some bug fixesJoel Kronqvist
2022-01-08Parsing the shifts (not classes) to the database + some GUI improvementsJoelHMikael
2022-01-07Added the DB class & instructions to set up DBJoelHMikael
2021-12-30Help iconJoelHMikael
Added a (reusable) help icon that shows additional info about what to do on hover.
2021-11-08Initialized repoJoelHMikael
Created README.md and wrote a description of the goals of the project.