rickmak / todo-py

Simple todo application that include DB and web front-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo-py

A simple todo application that run in browser, including persistence to database.

This project is design for demonstrate developer capability in a project that simulating working environment.

Tasks

  • Setup the project on your own by following the instruction in this README.
  • You are free to use internet resource as in your normal working condition.
  • Fix all issue label as bug at issue tracker.
    • Send PR against master
    • Commit atomically.
    • Write good commits message as it will help reviewer to read
  • Write a bug report according to this video
    • Please also provide a fix to the bug.
  • File any bugs/issue you found.
  • Above task are in priority, higher position task with higher priority.

Evaluation

Development setup

Requirement

  • docker 18+
  • docker-compose 1.23+
  • Chrome 71+

Kick start development

docker-compose up --build

Visit http://localhost:6543/static/index.html

About

Simple todo application that include DB and web front-end

License:MIT License


Languages

Language:JavaScript 53.1%Language:Python 32.2%Language:HTML 13.0%Language:Dockerfile 1.7%