Closed wbwm closed 2 years ago
The server isn't going to run in your local environment because I don't ship database credentials with the rest of the codebase. I included the server code for transparency reasons, not necessarily to open it up to community development or contributions.
The server isn't going to run in your local environment because I don't ship database credentials with the rest of the codebase. I included the server code for transparency reasons, not necessarily to open it up to community development or contributions.
Ok,Thank you, Nice job
I use
npm run start
for the client and everything is fine, I can browse it at http://localhost:3000but I use
npm run start
for the server is not accessible ,i can't browse it at http://localhost:8001What should I do, please?