klpolley / chef_share

Software Engineering Group Project - recipe + grocery sharing and management
0 stars 0 forks source link

Create account class #6

Open sweeks19 opened 4 years ago

sweeks19 commented 4 years ago

How to demo: be able to create accounts by using the constructor and test that logging in with specified credentials works (login itself likely be with account container, but account class can check password).

klpolley commented 4 years ago

created account constructor with getters, setters, and username and password validation. took about 2 hours (under 2 but more than just 1)