Code-based quote api. See the documentation here: Swagger
- .NET Core 8+
- VS 2022+
To get started with the project, follow these steps:
Restore all packages:
-
Clone the repository:
git clone https://github.com/jmatoso/DevQuotes.git cd DevQuotes
-
Restore dependencies:
dotnet restore
To start the development server, set DevQuotes.Api
as startup project or run:
dotnet run
The site is hosted on Render and the database on Aiven. Follow these steps for deployment:
- Set up your Render account and create a new web service.
- Link your GitHub repository to Render.
- Add the required environment variables in Render's dashboard.
- Deploy the application directly from the Render dashboard.
or