elixirschool / homework

A collection of coding exercises to be completed in conjunction with the lessons available on elixirschool.com
https://elixirschool.com
Apache License 2.0
73 stars 13 forks source link

SimpleBank Online #6

Closed doomspork closed 1 year ago

doomspork commented 6 years ago

Part 2 of SimpleBank. Adding a basic JSON API. This is still a WIP.

doomspork commented 6 years ago

I'm going to rebase and clean this up. Any additional changes you can think of?

pjhampton commented 6 years ago

Looks great so far - are you leaving auth to another day?

doomspork commented 6 years ago

@pjhampton yes sir! I thought we could build on this banking example for other lessons.

In fact, I'd like to have a couple different "projects" in Homework that you incrementally build on. I would personally find that more engaging.

Thoughts @elixirschool/developers?