Auto payment for a vehicle inspection
eneadriancatalin
HOBBYOP

2 years ago

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.

4 Replies

eneadriancatalin
HOBBYOP

2 years ago

N/A


2 years ago

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


eneadriancatalin
HOBBYOP

2 years ago

I'll take a look, thanks. I didn't used Next before, only react and Vite


2 years ago

then go with what you know, learning Next and React may be a little overwhelming for you


Loading...