RyanSept / atm-api

ATM API
1 stars 1 forks source link

Model out the database #6

Open RyanSept opened 6 years ago

RyanSept commented 6 years ago

The database will at minimum have a Users, Accounts and Transactions table. We will require an ERD which should be included in the project documentation.

seroneymatoke commented 6 years ago

you also need to create a user module with token based auth support

RyanSept commented 6 years ago

@seroneymatoke I had initially modeled a Users table but it ended up being somewhat redundant for our purposes since it had only a few fields which I moved to Account. But now that I rethink it it makes sense to have that separate.