GithubHelp home page GithubHelp logo

mslack42 / delfino-games Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 668 KB

Boardgame club inventory website

Home Page: https://delfino-games.vercel.app

JavaScript 0.18% TypeScript 99.81% CSS 0.02%

delfino-games's Introduction

Delfino Games

This is a Next.js app backed by a Postgresql database for managing the board game inventory of Monday Night boardgames.

Project Goals

The final product should:

  • serve a catalog of boardgames owned by group members
  • allow users to sort those games by various filters to satisfy likely use cases (e.g. finding a short game to play, finding a game for 5 players)
  • allow users to express interest in games, so that games holders know which games to bring on a boardgames night
  • be frictionless to use - manual data entry sucks

The technical goals of the project are:

  • Make full use of the Vercel free tier with regards to the final deployment
  • Make a robust web app. Responsive, well-styled and accessible
  • The web app should be maintainable without having to log into Vercel or connecting to the database
  • Make good use of the BGG API

The technical goals are NOT:

  • SQL-heavy - I'm using prisma so that I don't have to deal with the nuts and bolts of hand-rolling SQL
  • Sophisticated deployment process - I'm using Vercel because it's plug-and-play and lets me just build something faster

Technologies

  • prisma for database-side
  • vercel for deployments
  • Nextjs framework, with typescript and tailwind
  • shadcn used a crib sheet for UI
  • BoardGameGeek API as a source of truth for boardgame data

Local set-up (example)

  • Install postgres and pgAdmin
  • Create a local database server
  • Populate a .env file with correct connection string (see .env.template)
  • npx prisma migrate dev --name init
  • npm run dev
  • Through the website, create a user!
  • Via pgAdmin, make that user an admin, and then log in!

delfino-games's People

Contributors

mslack42 avatar

Stargazers

Finn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.