Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 838 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 838 Bytes

banner-todo

About

Simple MVC Todo-app. Build with express, mysql, sequelize and handlebars

Environment variables

  • port=server_port_number
  • database=database_name
  • username=database_user
  • password=database_pass
  • host=server
  • dialect=database

Install

$ git clone https://github.com/RubenFontes/todo-app.git
$ cd todo-app
$ npm install

Run

npm start

View

server:port/route

Default: http://localhost:3000/tasks

Contributing

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.

License

GPL