How to start?
- do "npm run dev" in the /server directory to spin up the backend
- do "npm start" in the /clientside directory
to see the database, go to SQL Shell (psql). use overarching postgres with password. \c clubhub_userauth then \d to see tables. table users; to see all registered email with encrypted logins.
backend tutorial: https://www.youtube.com/watch?v=ykB4KeuxKVI&t=15s frontend tutorial: https://www.youtube.com/watch?v=4TgbH3TM51s&t=454s