DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

Padel Club Website built with Next.js

Padel Club

Padel Club Website built with Next.js

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

Padel Club Website built with Next.js

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

Padel Club Website built with Next.js

Padel Club Website built with Next.js

Padel Club Website built with Next.js

Padel Club Website built with Next.js

GitHub

View Github

Top comments (1)

Collapse
 
samuelsgebsons profile image
samuelsgebsons • Edited

It's a great idea! This is a useful thing for tennis fans. Padel USA has a lot to offer you.