Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 386 Bytes

AssetAPI

This is the API for the Asset Manager

The API is built with

  • Go 1.20
  • Gorm 1.24.6
  • GoFiber 2.43.0
  • Joho godotenv
  • dgrijalva/jwt-go

Copy the .envsample to .env and insert any needed variables

Seeding the Database

To seed the database, you will need to fill out the handlers/seedHandler.go file with the information to seed users matching the model.users file