/go-restapi

This repository is based on self-directed learning, and there is a lot to improve.

Primary LanguageGo

GO REST API

This is a simple REST API written in GO, the project is based on the self study and there is a lot to improve.

TO-DO

  1. Get all users
  2. Get user by email
  3. Create user
  4. Update user
  5. Delete user
  6. implements bcrypt to encrypt password