Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VOLIX-dev/leopard
A full stack go web framework (W.I.P.)
https://github.com/VOLIX-dev/leopard
framework go golang web web-framework
Last synced: 2 months ago
JSON representation
A full stack go web framework (W.I.P.)
- Host: GitHub
- URL: https://github.com/VOLIX-dev/leopard
- Owner: VOLIX-dev
- Created: 2022-01-23T11:12:20.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-24T20:14:51.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:27:22.640Z (6 months ago)
- Topics: framework, go, golang, web, web-framework
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-golang-repositories - leopard
README
# Leopard
A go web framework---
## Todo:
- [ ] Database related tasks
- [ ] Migrations
- [ ] Query builder
- [ ] ...
- [ ] Making Leopard more secure
- [ ] CSRF protection
- [ ] Session management
- [ ] Making Leopard more customizable
- [ ] Custom error handling
- [ ] ...
- [x] Creating a CLI
- [ ] Create docs
## Usage### Github template
You can create a project from the github template [leopard-base](https://github.com/VOLIX-dev/leopard-base)### CLI
You can also create a project with the cli tool instructions found [here](https://github.com/VOLIX-dev/leopard-cli)