Auto payment for a vehicle inspection
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.
5 Replies
Project ID:
N/A
N/A
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 | Build internal tools with just backend code
Interval supercharges your backend code with UIs, auth, audit logs, and more, leaving more time to focus on writing the code that matters.
I'll take a look, thanks. I didn't used Next before, only react and Vite
then go with what you know, learning Next and React may be a little overwhelming for you