Skip to content

ahmadrifaiii/haioo-id

Repository files navigation

How To local RUN

You can using launch.json in your visual studio code

Change system.env with your environment

  1. use go mod tidy
  2. use go mod download
  3. use go mod vendor
  4. use command go run main.go

Migration

Migration with makefile :

make run-migrate

Documentation API

You can access the swagger

{{url}}/docs/index.html

In other documentation in documentation directory, and you can use the postman postman_collection.json

example login

--header 'Content-Type: application/json' \
--data-raw '{
    "email":"user_example_satu@mailinator.com",
    "password":"examplepassword"
}'```
#### by **Ahmad Rifai**

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published