Open RyanSept opened 6 years ago
you also need to create a user module with token based auth support
@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.
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.