https://github.com/chrisru/bgt-api
🌎 API for the management dashboard for the BGT
https://github.com/chrisru/bgt-api
api bgt dashboard dotnet-core
Last synced: about 2 months ago
JSON representation
🌎 API for the management dashboard for the BGT
- Host: GitHub
- URL: https://github.com/chrisru/bgt-api
- Owner: ChrisRu
- Created: 2018-02-09T17:01:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T19:16:21.000Z (about 8 years ago)
- Last Synced: 2025-03-20T16:41:03.872Z (about 1 year ago)
- Topics: api, bgt, dashboard, dotnet-core
- Language: C#
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
1. Run `git clone https://github.com/ChrisRu/bgt-api`
2. Open file manager
3. In address bar enter `%appdata%`
4. Go to `Microsoft/UserSecrets` (make the folder if it doesn't exist)
5. Create a folder named `1dd703cb-7192-4313-9000-7df579dcb5b5`
6. Create a `secrets.json` inside that folder
7. Edit the `secrets.json` with:
```json
{
"Authentication": {
"Key": "temporary_super_secret_key_extra_secure_secret_hidden_not_displayed",
"Issuer": "TestUser",
"Audience": "TestAudience"
},
"Database": {
// EDIT THIS WITH THE CORRECT SHIT
"ConnectionString": "Server=url;Database=bgt;User Id=username;Password=password;"
}
}
```
8. Open the solution in Visual Studio
9. Run the program with `bgt-backend`, NOT `IIS Server`
10. Pray