Add teams functionality

  • Set up tables and entity-relationships (table 'users' in which a user can also be in a 'team' table).
  • Add postgreSQL database to backend (restAPI should be able to make queries)
  • Add ability to make database queries from http requests
  • Add 'create team' modal to teams page, sending a JSON object with the http request