Categorygithub.com/Anacardo89/lenic_api
repository
0.0.0-20250109153838-caf6070b1826
Repository: https://github.com/anacardo89/lenic_api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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 run gp build to compile, or go 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