Skip to content

aphyx-framework/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aphyx Logo

About Aphyx GO framework

Warning This framework is still in alpha testing. We're frequently pushing updates and overhaul so your current version might be outdated. Please check back often for updates.

Aphyx GO framework is a lightweight and efficient API development framework written in Go. It utilizes popular libraries like GORM for ORM, FX for Dependency Injection, and Fiber for HTTP handling. Our goal is to provide a well-rounded and easy for beginner REST API framework that allows developers to quickly and easily create web apps in go.

  • ORM via GORM
  • Dependency Injection via FX
  • HTTP Library via Fiber
  • Model and Seeder Definition - all made from scratch
  • Niceties: helper functions, routing
  • CLI tools for migration, creating boilerplate, etc.

First party modules

Utilize our first party modules to write less boilerplate code and focus on your business logic.

  • auth-module Provides an easy-to-use authentication module (WIP)

Documentation

Work in progress

Getting Started

  1. Clone repository from https://github.com/aphyx-framework/framework
  2. Rename the module name in the go.mod to be aligned with your project
  3. Copy .example.config.toml and name it config.toml in the root folder
  4. Change the app name, port
  5. Create a 32-character long key with go run main.go createkey
  6. Optionally enable features like database, auth, caching
  7. Run the app via go run entrypoint.go

Contributing

We welcome and appreciate any contributions to Aphyx Framework! To contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes and commit them
  4. Open a pull request. Please make sure to include a description of your changes and why you think they should be merged. If you're fixing a bug, please include steps to reproduce the bug.
  5. Wait for your pull request to be reviewed and merged (currently only @rama-adi can merge pull requests)

Please note that we do not have a code of conduct yet, but we expect all contributors to be respectful and professional.

License

Apache License 2.0

Releases

No releases published

Packages

No packages published

Languages