Skip to content

First web version 🎉🎉

Compare
Choose a tag to compare
@Yuzu815 Yuzu815 released this 25 Jul 13:41
· 31 commits to main since this release
0fbd0eb

This is the web version of the original command line program.

Usage: main [PORT], and if [PORT] is empty, then the web service will be started using port 8080.

Example: $ ./main 20001 -> Use port 20001 to start the web service. You can access 127.0.0.1:20001 to enjoy it.

This is a preliminary version, which leaves a lot to be desired (I haven't even done the data validation yet, for example) and is based on the Gin framework implementation.