Skip to content

juan-20/GoRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase Go

This project make an POST and GET to Supabase API.

Run the app:

air

Endpoints

POST /users

Post an user

curl --request POST \
  --url http://localhost:8000/user \
  --header 'Content-Type: application/json' \
  --data '{
	"name": "juan",
	"email": "a@.co",
	"nascimento": "vhvhjv",
	"telefone": "31099699"
}'

GET /users

Get all users

curl --request GET \
  --url http://localhost:8000/user

About

Connection of Golang with supabase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages