Step-by-step tutorial to create a backend server and deploy it
23 November, 2022
12
12
1
Contributors
🌐 Understanding how the web works
Waiter serving as a middleman between you and cook
Sending requests to the server and getting response from the server
✍️ Let's write our first APIs
Initialize the project
Implementing API Endpoints
1.
2.
3.
4.
5.
6.
7.
output of npm run start in the terminal
Hello World on visiting the url localhost:8000/api
🚀 Deploying your application
Selecting Web Services in render dashboard
Selecting your project from the list
•
•
Deployed Server
Live server deployed
tutorials
tutorial
develevate