Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A full stack go web framework (W.I.P.)

Awesome Lists containing this project

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)