Skip to content

surajkarki66/PERN-Stack-Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

PERN-Stack-Todo-App

Simple PERN Stack web application.

Here the process to run an application locally:

  • To start client React on Node server:

    • cd client
    • yarn install
    • yarn start
  • To start backend Express on Node server:

    • Install Postgresql and setup
    • Run the sql statements given in database.sql
    • cd server
    • yarn install
    • yarn start