![cover-img](https://project-assets.showwcase.com/1420x/56320/1669875580071-create-backend-server.png?type=webp)
Step-by-step tutorial to create a backend server and deploy it
23 November, 2022
12
12
1
Contributors
🌐 Understanding how the web works
![img](https://project-assets.showwcase.com/1065x/56320/1669117402362-SCR-20221122-nwg.png?type=webp)
Waiter serving as a middleman between you and cook
![img](https://project-assets.showwcase.com/1065x/56320/1669117545648-SCR-20221122-nyt.png?type=webp)
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.
![img](https://project-assets.showwcase.com/1065x/56320/1669118750517-SCR-20221122-ofj.png?type=webp)
output of npm run start in the terminal
![img](https://project-assets.showwcase.com/1065x/56320/1669118854373-SCR-20221122-ogp.png?type=webp)
Hello World on visiting the url localhost:8000/api
🚀 Deploying your application
![img](https://project-assets.showwcase.com/1065x/56320/1669119236449-SCR-20221122-om3.png?type=webp)
Selecting Web Services in render dashboard
![img](https://project-assets.showwcase.com/1065x/56320/1669119314117-SCR-20221122-on2.png?type=webp)
Selecting your project from the list
•
•
![img](https://project-assets.showwcase.com/1065x/56320/1669121299609-SCR-20221122-pey.png?type=webp)
Deployed Server
![img](https://project-assets.showwcase.com/1065x/56320/1669121367737-SCR-20221122-pft.png?type=webp)
Live server deployed
tutorials
tutorial
develevate