Golang Weproov Test

This repository is my work for the 4 hours technical test from Weproov

Work acomplised

  • Creation of the Models
  • Usage of the .env file to store secrets
  • Usage of the gorm library to initiate a connexion to the psql db
  • Creation of the CRUD endpoints and routes for the models

Missing features

  • Filtered search (by text & by date)
  • Unit testing