repository
0.0.0-20250109153838-caf6070b1826
Repository: https://github.com/anacardo89/lenic_api.git
Documentation: pkg.go.dev
# README
lenic_api
A gRPC API for lenic
- it brings most functionality from the social network to a gRPC API you can interact with via Postman
Setup:
- install go
- setup the yaml config files
config
- run
go mod tidy
to fetch dependencies - make sure lenic is running, or at least the DB
- inside
/cmd
rungp build
to compile, orgo run .
to run without compiling - if you built it, run the executable
- you can now send requests to the API via Postman, use the
lenic.proto
file so Postman can get the definition of the service