KafeKoding API is project to make RestFul API to handling account, class, blog of articles in KafeKoding Community.
- 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
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!
This project is licensed under the MIT license. Please refer to the LICENSE file for details.