Skip to content

bonniesimon/mma-fights-cal

Repository files navigation

UFC-cal

Development

yarn dev # you can view the app at localhost:5173

Interact with SQLite3 database

sqlite3 database.sqlite

Running migrations

yarn sequelize db:migrate

yarn sequelize migration:generate --name create-events


# We can use sequelize-cli instead of sequelize too

About

A list of upcoming fights with 'add to calendar' button.

Resources

Stars

Watchers

Forks