Skip to content

yeleix/todo-list-api

Repository files navigation

WELCOME TO SIMPLWED

A simple wedding to-do app built in EmberJS

ERD / WIRE FRAMES

DEVELOPMENT TOOLS

Back-End

  • Ruby on Rails
  • PostgreSQL

Front-End

  • HTML
  • CSS / SASS
  • Rails
  • Ember.js
  • Bootstrap
  • Handlebars

Dependencies

Install npm install

API END POINTS

Verb URI Pattern Controller#Action
POST /sign-up users#signup
POST /sign-in users#signin
PATCH /change-password users#changepw
DELETE /sign-out users#signout
GET /items items#index
GET /items/:id items#show
POST /items items#create
PATCH /items/:id items#update
DELETE /items/:id items#destroy

UNSOLVED PROBLEMS

  • Being able to cross out the item & due date after checking box
  • UI fixes (mainly how the task is being rendered)

FUTURE ITERATIONS

  • draggable task
  • labels

About

A simple CRUD to-do app built in EmberJS (api)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published