Need help for my mini project
Answered
Bucovina Shepherd Dog posted this in #help-forum
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
24 Replies
if he knows how nextjs works its fine
if the frontend is already ready
he as a backend guy will surely know what to do
@gin if he knows how nextjs works its fine
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
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?
Bucovina Shepherd DogOP
gimme a sec ill show u
@gin by sql files u mean sqlite?
Bucovina Shepherd DogOP
like this
@Bucovina Shepherd Dog like this
yeah thats not a file but a sql request to your db
if he only knows backend, but you still want to continue working with him just make him build a api
Answer
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
@gin by api i just mean a webserver in whatever language he is writing in
Bucovina Shepherd DogOP
sounds cool
ill tell him
π
Bucovina Shepherd DogOP
thanks a lot!!!
np
u can mark this as solved :)