Skip to content

ABarrettVH/libraryManagement

Repository files navigation

Running the app

dotnet run

Setting up the database

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>;" `

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published