If you have a membership-based business, this project can help you better manage your members. This app has the following features:
- Role-based auth and pages
- Owners can manage staff and control their access to the app
- Owners and staff can manage members
- Search members by their name or receipt number
- View members whose membership is going to expire in the next week, or has expired in the previous week. This can be useful for calls related to membership renewal
- Easily add more branches (locations) of the business configure other metadata in the
config.js
file - PWA app for ease of use
Firstly, customize the config.js
file to suit your needs.
Secondly, populate the env.local
file for local runs.
Lastly, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
This project is built using:
- Next.js 13
- Postgres DB by Supabase
- TailwindCSS
and is deployed on Vercel.