Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 330 Bytes

File metadata and controls

5 lines (4 loc) · 330 Bytes

todo-list

Create a PERN Todo List

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.