Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 528 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 528 Bytes

check-list-web-be

A simple backend for a TODO app created using golang with fiber framework.

Prerequisites

  • Air - For live reloading
  • Node - For setting up git hooks (optional)

Getting started

  • Run go mod download to download all dependencies

  • Run go run ./src/main.go to start the development server without live reloading

  • Run air to start the development server with hot reloading

  • Optionally, run pnpm install to setup git hooks