- Enter to MySQL
- Create a database MySQL "tunaiku"
- Import sql file to "tunaiku" database
- Enter "tunaiku" database
- Make a custom function for 'converting number to string' from file number_to_string.txt in mysql
- If you get an error:
#1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable)
, run this query:SET GLOBAL log_bin_trust_function_creators = 1;
- Please install following golang dependencies:
$ go get "github.com/go-sql-driver/mysql"
$ go get "github.com/gin-gonic/gin"
- Run API on port:3001
-
Notifications
You must be signed in to change notification settings - Fork 0
arychand282/tunaiku
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
tunaiku test
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published