Skip to content

JMatoso/DevQuotes

Repository files navigation

DevQuotes

Code-based quote api. See the documentation here: Swagger

Table of Contents

Tech Stack

  • .NET Core 8+
  • VS 2022+

Installation

To get started with the project, follow these steps:

Restore all packages:

  1. Clone the repository:

    git clone https://github.com/jmatoso/DevQuotes.git
    cd DevQuotes
  2. Restore dependencies:

    dotnet restore

Usage

To start the development server, set DevQuotes.Api as startup project or run:

dotnet run

Deployment

The site is hosted on Render and the database on Aiven. Follow these steps for deployment:

  1. Set up your Render account and create a new web service.
  2. Link your GitHub repository to Render.
  3. Add the required environment variables in Render's dashboard.
  4. Deploy the application directly from the Render dashboard.

or

Deploy to Render