Skip to content

kapaha/pokedex-api

Repository files navigation

pokedex-api

Getting Started

To run the pokedex-api project locally, follow these steps:

  1. Clone the repository: git clone git@github.com:kapaha/pokedex-api.git
  2. Navigate to the project directory: cd pokedex-api
  3. Install project dependencies: dotnet restore

Configuration

The Pokedex application requires a database connection string to connect to the underlying database. To securely manage the connection string, we use the Secret Manager Tool.

Setting Up Secrets

The connection string can be stored securely in the project's secrets store. Here's how to set it up:

  1. Open a terminal or command prompt
  2. Navigate to the project's root directory
  3. Run the following command to set the Pokedex connection string:
dotnet user-secrets set "Pokedex:ConnectionString" "<your-connection-string>"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages