python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to deploy a full-stack node.js project
I have a full-stack node.js project and I don't know what the best practice is for deploying it.
some information first:
the app consists of:
a next.js frontend
a redis cache
a postgres sql
and a nod...
Blizii
Votes: 0
Answers: 1
How to get a search value from a React component to a server backend
I recently updated a weather dashboard project that I was working on to have a server backend, that I could just pull the API json values from said server page (in order to hide the api key I need to ...
Gian Paulo Zamora
Votes: 0
Answers: 0
Backend GET Request has failed, Axios/React
I'm building my first heavy front end app, and i'm building a search function with my own app.
Currently, I just want to fetch data with the api endpoint, which works through postman/my own browser et...
n_d22
Votes: 0
Answers: 1
Error: Call to a member function store() on null in file
I am adding basic CRUD functionality to this app. Where i use fetch PUT method to update data in the table . I also have an Image for my products to save as well.
it give back error:
{message: "C...
Kaka
Votes: 0
Answers: 0