A simple task manager developed by using following technologies
- Express-generator
Which contains most of the tools required to create this project
- MySql
MySql database is used for data persistence
If you want to run this project, then make sure that you have xampp or wamp server installed locally on your machine and database i have created is simple as follows,
- ID - which acts as primary key
- Category
- Task
before running this project, make sure that you have created database locally and you have latest version of Node and npm installed on your machine.
after doing all those things
Open command prompt within the project directory and type,
$npm start
or
$set debug = assignment*&npm start
(to maintain a npm debug log)