Skip to content

A todo app with CRUD functionality and auth using Passport.

License

Notifications You must be signed in to change notification settings

rushitote/simple-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Todo App

This is a todo app that has simple CRUD functionality and features authentication using the Passport library.

Setup

Dependencies:

  • Node
  • PostgreSQL

Clone this repo into your local setup.

git clone https://github.com/rushitote/simple-todo-app/
cd simple-todo-app

Then edit the DB_NAME, USERNAME and PASSWORD fields as per your database config at backend/sequelize/model.js.

Then setup and start the frontend:

cd frontend
npm install
npm start

And in a new terminal tab:

cd backend
npm install
npm start

Then try out the app at http://localhost:3000.

About

A todo app with CRUD functionality and auth using Passport.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published