Next.js Discord

Discord Forum

Need help for my mini project

Answered
Bucovina Shepherd Dog posted this in #help-forum
Open in Discord
Avatar
Bucovina Shepherd DogOP
Hey guys! I'm kinda new to next and team projects and i got this backend dude who works for me. The question is what he gotta do as a backend developer in this project? He only knows how to write sql queries. Project will looks like this: We have a welcome page, a page where users generate texts (we train models for it) and a login page where all the history stores. I told him that he gotta make a db and work with it but is this enough? im sorry if the question is stupid im just lost.
Answered by gin
if he only knows backend, but you still want to continue working with him just make him build a api
View full answer

24 Replies

Avatar
@gin if he knows how nextjs works its fine
Avatar
Bucovina Shepherd DogOP
nah the problem is he only knows sql... never worked with js tho
ive read about two methods: 1) we separate sql files so i only import them and work with it myself 2) we write sql inside of js
since im working with next ig he's not a backend dev per se?
Avatar
uhm
yeah
not a good idea
nextjs is advanced, he should know the basics
by sql files u mean sqlite?
Avatar
Bucovina Shepherd DogOP
gimme a sec ill show u
Avatar
@gin by sql files u mean sqlite?
Avatar
Bucovina Shepherd DogOP
like this
Image
Avatar
@Bucovina Shepherd Dog like this
Avatar
yeah thats not a file but a sql request to your db
Avatar
if he only knows backend, but you still want to continue working with him just make him build a api
Answer
Avatar
and use that in your nextjs app
i would recommend that aswell
by api i just mean a webserver in whatever language he is writing in
Avatar
@gin by api i just mean a webserver in whatever language he is writing in
Avatar
Bucovina Shepherd DogOP
sounds cool
ill tell him
Avatar
πŸ‘
Avatar
Bucovina Shepherd DogOP
thanks a lot!!!
Avatar
np
u can mark this as solved :)