aaronsuydam / USwap

0 stars 1 forks source link

Create Backend SQL storage of users #6

Closed Andrew7044 closed 1 year ago

Andrew7044 commented 1 year ago

Create SQL Database for backend. Get it up and running.

User Table should include: -Username -Password -UserID -Email

User issue: As a student using USwap I want to be able to have the site store at least some of my data.

Andrew7044 commented 1 year ago

Tutorial I'm using: https://golangbot.com/connect-create-db-mysql/

Andrew7044 commented 1 year ago

Currently having issue with Database creation. In database tester branch this error is received: No connection could be made because the target machine actively refused it. when creating DB

Seems to be some kind of permissions error, unsure.

Andrew7044 commented 1 year ago

3 Feb:

Got SQL server up and running using online hosting and created a preliminary user table. Should be able to send queries to and from DB.