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)
  • Ability to invite people to the club/session

Screenshots

GitHub

View Github