A fullstack platform that allows users to create, organize, and manage their tasks efficiently, associating them with specific projects. See how website works in this link
Rails | PostgreSQL | Angular | Typescript | Saas | Rspec
belongs_to: project
Attribute | Type |
---|---|
Title | string |
Description | string |
done | boolean |
due_date | datetime |
project_id | object |
has_many: tasks
Attribute | Type |
---|---|
name | Type |
color | string |
git clone todoist.git
cd todoist
cd backend-todoist
rails db:create db:migrate db:seed