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
Key | Description |
---|---|
MONGODB_URL | URL to connect to MongoDB instance |
MONGODB_NAME | MongoDB database name |
ACCESS_SECRET | JWT key for access token |
REFRESH_SECRET | JWT key for refresh token |
REDIS_ADDRESS | URL to connect to Redis instance |
REDIS_PASSWORD | Redis 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