Tomas-Wardoloff / Virtual-Wallet

Personal project to spend my time in something more useful rather than playing league of legends
MIT License
0 stars 0 forks source link

Interface #2

Closed Tomas-Wardoloff closed 1 year ago

Tomas-Wardoloff commented 1 year ago

First steps into a user CLI interface. In this brunch that was merged, I created the menu where the user can interact with the options: "Log In", "Sign Up", and "Exit". The function "Log In" checks the existence of a user in the table. The function "Sign Up", inserts the user data in the Users table.