Technologies used
- Golang
- MYSQL
- Docker
- SQLC
To count the tokens using the tiktoken-go.
To start docker
docker-compose up -d
Generate sql
sqlc generate
Run Migrate
make migrate
Technologies used
To count the tokens using the tiktoken-go.
To start docker
docker-compose up -d
Generate sql
sqlc generate
Run Migrate
make migrate