Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacodiazdg/backend-blog
Backend del blog
https://github.com/pacodiazdg/backend-blog
backend blog blog-engine gin golang jwt memory-cache mongodb redis
Last synced: about 1 month ago
JSON representation
Backend del blog
- Host: GitHub
- URL: https://github.com/pacodiazdg/backend-blog
- Owner: PacodiazDG
- License: apache-2.0
- Created: 2022-06-23T19:58:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:38:32.000Z (4 months ago)
- Last Synced: 2024-09-28T18:20:44.221Z (about 2 months ago)
- Topics: backend, blog, blog-engine, gin, golang, jwt, memory-cache, mongodb, redis
- Language: Go
- Homepage: https://pacodiazdg.github.io/blog/
- Size: 275 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backend blog
[![Go Reference](https://pkg.go.dev/badge/github.com/PacodiazDG/Backend-blog.svg)](https://pkg.go.dev/github.com/PacodiazDG/Backend-blog)
[![DeepSource](https://deepsource.io/gh/PacodiazDG/Backend-blog.svg/?label=resolved+issues&show_trend=true&token=4DFcO7X1wodAfZESDT1vlotg)](https://deepsource.io/gh/PacodiazDG/Backend-blog/?ref=repository-badge)# Requirements
- Go 1.19 or higher.
- MongoDB 6.0 and higher.
- RedisDB 7.0 and higher.# Installation
```
go install github.com/PacodiazDG/Backend-blog@latest
```# Documentation
Code documentation available at:
[https://pkg.go.dev/github.com/PacodiazDG/Backend-blog](https://pkg.go.dev/github.com/PacodiazDG/Backend-blog)
Project documentation can be found at:
[https://github.com/PacodiazDG/Backend-blog/wiki](https://github.com/PacodiazDG/Backend-blog/wiki)