#Is Next.js and Prisma enough

17 messages · Page 1 of 1 (latest)

real lion
#

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.

uncut galeBOT
#

🔎 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)

wise basin
#

"enough" what?

#

will you be able to do what you're describing? yes

real lion
#

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

wise basin
real lion
#

Well that is usefull thanks.

wise basin
#

bvased on what you said it sounds good enough

real lion
#

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

fossil cargoBOT
# real lion I have a project where I need to create 2 websites on 2 different domains. Both ...
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

wise basin
#

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

real lion
#

Thank you very much. ❤️