Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also some improved server logic
|
|
Improved the readability of the server code by implementing async/await and making the logic based on a dictionary of build functions instead of a switch statement.
|
|
It seems to work, the parts have been tested apart from each other and they work together with a result that looks correct. It is still uncertain because it hasn't been checked. The old parsing function is still in server.js commented away just in case, and the new system needs to be implemented to the server with a function for searching a food shift.
|
|
Better WIP
|
|
It seems to work. All other things are in progress.
|
|
WIP, the html is just so that the server can return something
|
|
Created README.md and wrote a description of the goals of the project.
|