This project uses the Go programming language. The system aims to provide a transparent and secure platform.
Provides a user-friendly interface.
Utilizes Go for backend development, leveraging its performance, concurrency support, and simplicity.
This is a basic layout for Go application projects. Note that it's basic in terms of content because it's focusing only on the general layout and not what you have inside. It's also basic because it's very high level and it doesn't go into great details in terms of how you can structure your project even further. For example, it doesn't try to cover the project structure you'd have with something like Clean Architecture.
This is NOT an official standard defined by the core Go dev team. This is a set of common historical and emerging project layout patterns in the Go ecosystem. Some of these patterns are more popular than others. It also has a number of small enhancements along with several supporting directories common to any large enough real world application.
Implements secure authentication using JWT (JSON Web Tokens) for user authentication and session management.
To add Air via go install
(Recommended) with Go 1.23 or higher:
go install github.com/air-verse/air@latest
nano ~/.zshrc
export PATH=$PATH:/Users/qaiswardag/go/bin
Run
air -c .air.toml
Thank you for considering contributing to this project!
If you discover a security vulnerability, please feel free to reach out.
I would love to hear your feedback, suggestions, or any issues you encounter while using this app. Please feel free to reach out.
This project is open-sourced software licensed under the MIT license.