First web version 🎉🎉
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.