#Auto payment for a vehicle inspection

5 messages · Page 1 of 1 (latest)

cobalt cape
#

Hello guys, i have a project to do for a car garage website. They have that vehicle periodical inspection (in UK it's M.O.T i think). What i need to do is a calendar with a payment button, the payment pretty sure it will be done with Stripe but for the calendar i have no idea what should i use. The idea is simple, a super boring calendar with data, and an input with important infos (name, vehicle year, car brand ...). What should i use to store that data so i can mark the data/hour as unavailable? Pretty sure i have to do an admin page too so they can see who's next. In the past i've used Strapi as a headless CMS, could that be an option for both (storing data and admin panel)? Thanks for your time.

halcyon kestrelBOT
#

Project ID: N/A

cobalt cape
#

N/A

barren walrus
# cobalt cape Hello guys, i have a project to do for a car garage website. They have that vehi...

if its a pretty simple calendar use something like shadcn and customize the component (in case you're using React with Next) and store it in a Postgres database.
For an admin panel, I recommend https://interval.com

Interval supercharges your backend code with UIs, auth, audit logs, and more, leaving more time to focus on writing the code that matters.

cobalt cape