Service selling platform
I am developing a system that enables users to sell services and book consultants in the health and wellness domain.
For the backend, I am using Django REST Framework, and for the frontend, I am using Next.js (currently as a template). I am also using AWS S3 for storing images and other assets.
I would appreciate any guidance, ideas, or recommendations on how to proceed further.
Just... start.
Starting a project is the hardest step sometimes, but if you don't start, you won't finish it.
Perhaps design the UI first, so you know how users are gonna interact with the service. Or you could start by thinking about what you need to know about every user, every booking, ..., and you could make the DB first (that's how I would start, so you know what you work with, and what might be shown to users).
How to start generally is different from person to person. Incase you have the specifications already (which I suppose you do, else I'd start with that), it's now "only" a matter of implementing your ideas in code.