Categorygithub.com/Aeroxee/kafekoding-api
module
0.0.0-20240219135047-39ee2764051b
Repository: https://github.com/aeroxee/kafekoding-api.git
Documentation: pkg.go.dev

# README

KafeKoding API

KafeKoding API is project to make RestFul API to handling account, class, blog of articles in KafeKoding Community.

Requirement

  1. GIN
  2. UUID
  3. GoSlug
  4. GORM

How To Run

  1. Clone this repository
git clone https://github.com/Aeroxee/kafekoding-api.git
  1. Create .env
SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=your email
SMTP_PASSWORD=your app password
  1. Run & execution
go build -o kafekodingapi cmd/kafekoding-api/main.go
./kafekodingpi
  1. Server run on :8000

Contribution

If you encounter errors, have questions, or would like to contribute to the development of this class, please open an issue or submit a pull request. Your contribution is greatly appreciated!

License

This project is licensed under the MIT license. Please refer to the LICENSE file for details.

# Packages

No description provided by the author
No description provided by the author
This package is a package that functions to create controller.
This package is a package that functions to create an http handler.
No description provided by the author
No description provided by the author