Chimerical Conversions: Server Component
An API for converting things: conversions-api.chimerical.ca.
View the app component: Chimerical Conversions: App Component.
Setup
Windows
Requirements
Steps
- Setup conversions-app
- Clone the repo
- Open the ConversionsServer.sln file in VS
- Build the solution
- Open the appsettings.json file in the ConversionsApi project and update the connection string for your database
- Set the ConversionsApi as the default startup project
- Run the program
- Open https://localhost:44300/api in your browser. You should see 'ConversionsApi'
Ubuntu
Requirements
Steps
- Setup conversions-app
- Clone the repo
- Run
dotnet build Conversions.sln -c Debug
- Open the appsettings.json file in the ConversionsApi project and update the connection string for your database
- Cd into ConversionsApi/bin/Debug
- Run
dotnet ConversionsApi.dll
- Open https://localhost:5001/api in your browser. You should see 'ConversionsApi'
Development plan
View the Trello board containing the development plan.