Giter VIP home page Giter VIP logo

padel-club's Introduction

Padel Club

Padel Club is Copenhagen based community for padel players. Join us for our next game, and have fun!

Stack

PostgreSQL

The backend is powered by PostgreSQL which is used to store the sessions and users related information. It is an open source relational database solution; my go-to choice for new projects.

NextJS

A very powerfult React framework. The frontend and the API handling the database connection and queries is implemented in Typescript using this framework.

Docker

The project is containerized using Docker. You can build and run the project using the following commands:

  • sudo docker build -t padel-club .
  • sudo docker run -p 3002:3002 padel-club

TODO

  • Ability to leave the club (remove from members)
  • Admin page for adding new sessions
  • Store game results for more serious sessions
  • Filter expired sessions -> show only for people that need to pay or max 2-3 expired sessions
  • Personal page to see activity (sessions)
  • Merch page
  • Option to create games by anyone -> add host of the game, etc.
  • Ability to invite people to the club
  • Ability to invite people to a session
  • Badge should be based on amount of games played (not time since joined)
  • Private session -> invitation only
  • Send email update to participants when modifications are made to the session

Screenshots

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.