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
How To Run
- Clone this repository
git clone https://github.com/Aeroxee/kafekoding-api.git
- Create
.env
SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=your email
SMTP_PASSWORD=your app password
- Run & execution
go build -o kafekodingapi cmd/kafekoding-api/main.go
./kafekodingpi
- 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