Skip to content

Solid.js and Typescript frontend for Indy Boxing and Grappling management system

Notifications You must be signed in to change notification settings

sime-time/ibg-frontend

Repository files navigation

MMA Gym Management System

Why

My boxing coach wanted a payment management system to automate monthly gym subscriptions. He disliked "having to chase people down for their payments". I heard this and volunteered to build this system for him.

What is this?

The backend is using PocketBase extended with Go to handle Stripe webhooks. The frontend code (this repo) is using SolidStart and Typescript to build the web app frontend. This web app helps a coach/owner manage any martial arts gym.

In this program, there are 2 types of users: coaches and members. Coaches are administrators. Members are the customers that pay a monthly subscription to attend the gym.

Coaches should be able to:

  • view list of all the current members.
  • C.R.U.D. any member.
  • view stats of payments.
  • schedule recurring weekly classes.
  • sign in members for class attendance.

Members should be able to:

  • signup and login with Instagram, Facebook, or Google.
  • pay a monthly subscription for gym access via Stripe.
  • manage/cancel their monthly subscription.
  • update their profile: name, password, email, phone.
  • view the upcoming week class schedule.

How to run

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

How to build

Solid apps are built with presets, which optimise your project for deployment to different environments.

By default, npm run build will generate a Node app that you can run with npm start. To use a different preset, add it to the devDependencies in package.json and specify in your app.config.js.

About

Solid.js and Typescript frontend for Indy Boxing and Grappling management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages