Skip to content

jeyren95/big-bang-theory-quotes

Repository files navigation

Big Bang Theory Quotes

API that returns quotes from the popular sitcom show - Big Bang Theory

Alt Text

Current features

Users may retrieve quotes from this API based on the following:

  1. Character
  2. Season
  3. Episode

Getting started

Clone repository and download necessary dependencies

git clone https://github.com/jeyren95/big-bang-theory-quotes
cd big-bang-theory-quotes
cp .example.env .env
go mod download

Install goose

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

Run the project using a build

make migrate.up
make run

Or, use go run

make migate.up
go run main.go

Deployment

This API is currently a WIP, and is only available on localhost

Tech stack

  • Golang
  • Sqlite3

About

Collection of quotes from the best sitcom show

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published