Skip to content

sweetlikekendy/pern-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Application made with the PERN (Postgres, Express, ReactJS, NodeJS) stack

How To Start

  1. Clone the repository locally.
git clone https://github.com/sweetlikekendy/pern-todo.git
  1. Install dependencies with your favorite package manager.

yarn:

yarn install
cd client && yarn install
cd server && yarn install

npm:

npm install
cd client && npm install
cd server && npm install
  1. Run the "develop" script in the root directory.

yarn develop or npm run develop

  1. Open https://localhost:3000 in your browser.
  2. Register for a new account or use one of the pre-existing accounts made in /server/data/users.js.

Live Demo

About

Todolist App (PERN Stack)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published