Categorygithub.com/muhammadardie/echo-cms
modulepackage
0.0.0-20241126070708-799c4e13a4d4
Repository: https://github.com/muhammadardie/echo-cms.git
Documentation: pkg.go.dev

# README

Echo CMS

RESTful API service for cms application using Echo framework. Admin page source code can be found here and frontpage at here

Features

  • API Documentation Swagger (auto generate)
  • Authentication Json Web Token
  • CRUD operations MongoDB
  • Caching Redis
  • Environment variables config
  • Middlewares CORS, Rate Limit, Logger, Recover, Custom, etc

System Requirements

  • Golang
  • MongoDB
  • Redis

Environment Variables

KeyDescription
MONGODB_URLURL to connect to MongoDB instance
MONGODB_NAMEMongoDB database name
ACCESS_SECRETJWT key for access token
REFRESH_SECRETJWT key for refresh token
REDIS_ADDRESSURL to connect to Redis instance
REDIS_PASSWORDRedis Password

Demo

# Packages

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