Skip to content

FrankZou21/ToDoProject

Repository files navigation

ToDo List

To-Do List is a multi-page full stack web app that allows the user to register, login and update a To-Do list based on four categories - places to eat, products to buy, 􀂁lms to watch, and books to read. The app makes use of 4 di􀁽erent API's to access information on the search parameter provided by the user to update the correct category on the list.

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  • username: labber
  • password: labber
  • database: midterm
  1. Install dependencies: npm i
  2. Fix to binaries for sass: npm rebuild node-sass
  3. Reset database: npm run db:reset
  • Check the db folder to see what gets created and seeded in the SDB
  1. Run the server: npm run local
  • Note: nodemon is used, so you should not have to restart your server
  1. Visit http://localhost:8080/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x

Screenshots

"Login Page"

"Front Page"

"Search Result Page"

"Updated Front Page"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published