dotnet run
Install PostgreSQL/ Create a new database. Create a new role by right-clicking on the “Login/Group Roles” dropdown, set the name to <my_username>, set the password to <my_password>. Tick the “can login” and “create databases” privileges. Select SuperUser toggle option. In the BookishContext.db file, edit the exisitng database information with the database name, username and password you wish to use:
`"Server=localhost;Port=5432;Database=<database_name>;User Id=<username>;Password=<password>;" `