In this project we will learn to create a PERN project. PERN stands of PostgresSQL, Express, ReactJS and NodeJS.
First create a folder from terminal called todo-pern and inside it create a server folder. Here, we will create a empty package.json file by giving the command npm init -y.