Simple MVC Todo-app. Build with express, mysql, sequelize and handlebars
- port=server_port_number
- database=database_name
- username=database_user
- password=database_pass
- host=server
- dialect=database
$ git clone https://github.com/RubenFontes/todo-app.git
$ cd todo-app
$ npm install
npm start
server:port/route
Default: http://localhost:3000/tasks
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.