I have a project where I need to create 2 websites on 2 different domains. Both websites will have "survey.example.com" and "dashboard.example.com". Each website has its own survey but both have 1 dashboard. This dashboard will be displayed on one or both (it doesn't really matter) domains. The dashboard will display survey data (chart.js) and display bookings from both websites it will also have some functionalities like managing workers, creating new accounts for workers and scheduling things.
#Is Next.js and Prisma enough
17 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
I am new to this and I don't really know the full capabilities of next. I am React developer but got into a quite hard project for me personally. I am asking do I need express/node for development apart from it being in project to install dependencies. Do you have any suggestions on what tools to use to make this project easier? Like a booking system or something that I don't need to build from scratch.
I am a frontend dev but got into to full stack project with no prior experience in backend. I learned about SQL MONGO NODE (plan on learning express) and I heard about PRISMA 🙂
Really just asking if next is good enough for this project
there's some different templates you can check out the code of to see if you can adapt them for what you need or get ideas: https://vercel.com/templates?framework=next.js
Well that is usefull thanks.
bvased on what you said it sounds good enough
Do you maybe have any experience with databases
I don't know what should I choose. I want to save booking info and survey info but I want answers in dashboard to be linked all together so i can do graphs and that but also want to check individual user answers
Please add more information to your question
Your question currently does not have sufficient information for people to be able to help. Please add more information to help us help you, for example: relevant code snippets, a reproduction repository, and/or more detailed error messages. See more info on how to ask a good question in https://discord.com/channels/752553802359505017/1138338531983491154 and #welcome message
i'd say stick with a relational db like mysql or postgres
vercel has a postgres service you can use
there's others like supabase or you run your own
Thank you very much. ❤️