Skip to content

ericstlouis/PERN-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PERN todo-app

A todo app made utilizing the PERN stack

screen-capture.mp4

Description

I made this todo app utilizing the PERN stack which is basically

  • postgres
  • Express
  • React
  • Node.js

This todo app focus on using the basic CRUD operation, interacting with the postgres database using a RESTful api build using express and node.js

###Description I learned a lot using this stack. This is my first time using express to build an api I also used Chakra ui for the time with made creating the ui 10x easier.

Quick Start

Prerequisites: Node (v16 LTS) plus Yarn and Git

clone/fork TODO APP:

git clone https://github.com/ericstlouis/PERN-stack.git

install and start server:

cd PERN-stack
yarn install
cd server
nodemon index or node.js index

in a second terminal window, start your 📱 client:

cd client
yarn start

About

A todo app built using the PERN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published