Skip to content

The Coding Quotes API provides a curated collection of inspiring and motivational quotes tailored for programmers, developers, and technology enthusiasts.

License

Notifications You must be signed in to change notification settings

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

About

The Coding Quotes API provides a curated collection of inspiring and motivational quotes tailored for programmers, developers, and technology enthusiasts.

Topics

Resources

License

Stars

Watchers

Forks