module
0.0.0-20220108222027-224a6a0d73bc
Repository: https://github.com/neoxelox/odin.git
Documentation: pkg.go.dev
# README
Odin
Community.bz main backend
PAE-FIB startup project
Credits
Setup
TODO
Documentation
TODO
NOTE
This repository is not finished and won't be developed further due to time constraints.
Directory structure
.
├── assets
│ ├── files
│ ├── images
│ ├── scripts
│ └── styles
├── cmd
│ ├── api
│ ├── cli
│ └── worker
├── deploy
│ ├── charts
│ └── templates
├── docs
├── internal
│ ├── cache
│ ├── class
│ ├── core
│ ├── database
│ ├── middleware
│ ├── server
│ ├── utility
│ └── view
├── migrations
├── pkg
│ ├── command
│ ├── middleware
│ ├── model
│ ├── payload
│ ├── repository
│ ├── service
│ ├── task
│ ├── usecase
│ └── view
├── scripts
└── templates
License
This project is licensed under the Apache 2.0 License - read the LICENSE file for details.