Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 817 Bytes

ToDoList GoForIt

A mini todolist application using node, nextjs, expressjs, and self made jquery clone

Prerequisites

Get Started Locally

  1. Start Apache and MySQL in XAMPP
  2. Create database named gfi_v1 in http://localhost/phpmyadmin/index.php?route=/server/databases&server=1
  3. Import and choose file named gfi_v1.sql (from the zip) in the created database, click go then...
  4. Open Start Server.bat (two consecutive 'ctrl+c' to end server)
  5. Search http://localhost:5500 in browser if it did not automatically start

See Deployed Example in Heroku