https://github.com/kkumar-gcc/gonga
Social Media API created with golang
https://github.com/kkumar-gcc/gonga
Last synced: 4 months ago
JSON representation
Social Media API created with golang
- Host: GitHub
- URL: https://github.com/kkumar-gcc/gonga
- Owner: kkumar-gcc
- Created: 2023-03-02T17:50:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T17:09:38.000Z (about 2 years ago)
- Last Synced: 2025-01-13T19:52:20.259Z (6 months ago)
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gonga - A Social Media API Framework
Gonga is a social media API framework written in Go that provides developers with the tools they need to build their own social media platforms. With Gonga, you can easily add user authentication, social connections, and much more to your application.
## Features
- User authentication
- Social connections (friends, followers, etc.)
- Post and comment creation
- Direct messaging
- Push notifications## Getting Started
To get started with Gonga, simply clone the repository and run the following command:
```sh
go run main.go serve
```
This will start the Gonga server on port 8080. You can then start making requests to the API.## Gonga CLI Commands
Gonga also includes CLI commands that can be used to manage your application. Here are the available commands:
- `migrate`- Run database migrations.
- `seed` - Seed the database with initial data.
- `serve` - Start the Gonga server.
- `test` - Run the test suite.To run a command, use the following syntax:
```sh
go run main.go
```For example, to run the migrations command:
```sh
go run main.go migrate
```## Contributing
If you are interested in contributing to Gonga, please read our [contribution guidelines](CONTRIBUTING.md) before getting started. We welcome all contributions, big or small!
## License
Gonga is licensed under the [MIT License]().