-
Notifications
You must be signed in to change notification settings - Fork 2
Backend
TusharW4ni edited this page Nov 18, 2023
·
2 revisions
-
This wiki page goes together with the index.js file in the backend folder.
-
The index.js file is the first file that will run when the server/backend starts.
- You can start the backend by going to the backend folder in your terminal and executing
npm run dev.
- You can start the backend by going to the backend folder in your terminal and executing
- https://www.codecademy.com/article/what-is-express-js
- https://stackoverflow.com/questions/12616153/what-is-express-js
- https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/Introduction#introducing_express
- https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs/routes#routes_primer
- https://expressjs.com/en/guide/routing.html