Categorygithub.com/ClemSau/golang-weproov-test
repositorypackage
0.0.0-20210129183835-a4ce45f7288c
Repository: https://github.com/clemsau/golang-weproov-test.git
Documentation: pkg.go.dev

# README

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