API that returns quotes from the popular sitcom show - Big Bang Theory
Users may retrieve quotes from this API based on the following:
- Character
- Season
- Episode
git clone https://github.com/jeyren95/big-bang-theory-quotes
cd big-bang-theory-quotes
cp .example.env .env
go mod download
pressly/goose
needed for database migration. You can install goose by running this following command:
go install github.com/pressly/goose/v3/cmd/goose@latest
Run the project using a build
make migrate.up
make run
Or, use go run
make migate.up
go run main.go
This API is currently a WIP, and is only available on localhost
- Golang
- Sqlite3