Installation

Confetti is a lightweight web framework written in Go that is simple to set up and use. Follow these steps to get started.

1. Visit the Confetti Repository

First, go to the Confetti repositoryopen in new window on GitHub.

2. Create Your Repository

Click on "Use this template" and then "Create a repository" to set up your project on GitHub.

3. Install Go on Your System

Mac

Windows

4. Build and Run the Application

  1. Open your terminal and navigate to your project directory.
  2. Build the application:
    go build ./...
    
  3. Start the API server:
    go run cmd/api/main.go api:serve
    
    With every adjustment you have to cancel the command and run it again.

Once the server is running, the first endpoint will be available at http://localhost:8080/statusopen in new window.

Contributors: Reindert Vetter, Vaggelis Yfantis, reindert-vetter