Categorygithub.com/PedroDrago/DogsAPI
module
0.0.0-20241217172226-aaa3c4e78b45
Repository: https://github.com/pedrodrago/dogsapi.git
Documentation: pkg.go.dev

# README

DogsAPI

My First Golang REST API (🚧WIP🚧)

The idea is to build an API for a service that handles dog accommodation/lodging reservations, as that is my current area of work.

Goal (for now)

The final goal is to have an API with:

  • User Authentication
  • User Authorization
  • Account creation confirmation (via email token)
  • Dogs/Users relationship established across useful routes
  • Reservation/payment simulation

When the API is ready, I'll deploy it and start working on the frontend.

Stack and Tools (for now)

  • go 1.22.4
  • stdlib net/http package for routing, handling and serving
  • PostgreSQL for Database
  • migrate for DB migrations

# Packages

No description provided by the author