Skip to content

Latest commit

 

History

History

part3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Part 3

In this part our focus shifts towards the backend, that is, towards implementing functionality on the server side of the stack.

We will implement a simple REST API in the Node.js environment by using the Express library, and the application's data will be stored in a MongoDB database.

At the end of this part, we will deploy a phonebook application to the internet.

Deployment : Web Service on Render