https://github.com/bendomey/conneqt
Conneqts student to their respective association. This repository is the implementation of the services in go. Using the micro-service architecture
https://github.com/bendomey/conneqt
golang grpc-go microservice postgresql redis
Last synced: about 1 year ago
JSON representation
Conneqts student to their respective association. This repository is the implementation of the services in go. Using the micro-service architecture
- Host: GitHub
- URL: https://github.com/bendomey/conneqt
- Owner: Bendomey
- License: mit
- Created: 2021-01-16T10:35:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T21:20:03.000Z (about 5 years ago)
- Last Synced: 2025-01-16T16:28:14.749Z (about 1 year ago)
- Topics: golang, grpc-go, microservice, postgresql, redis
- Homepage:
- Size: 205 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Conneqt
Conneqts student to their respective asociation. This repository is the implementation of the services in go. Using the micro-service gRPC architecture 🔥🤗

## Services Implementaton
- [ ] Accounts
- [ ] Gateway
- [ ] Utility
- [ ] Student
- [ ] Feed
- [ ] Messaging
## Model Implementaton
### Country
- [ ] Create Country
- [ ] Update Country
- [ ] Read And Filter Country
- [ ] Delete School
### Region
- [ ] Create Region
- [ ] Update Region
- [ ] Read And Filter Regions
- [ ] Delete Region
### School
- [ ] Create School
- [ ] Update School
- [ ] Read And Filter School
- [ ] Delete School
### Association
- [ ] Create Association
- [ ] Update Association
- [ ] Read And Filter Association
- [ ] Delete Association
### Members
- [ ] Create Member
- [ ] Update Member profile
- [ ] Read And Filter Member
- [ ] Delete Member
- [ ] Login Member
- [ ] Request Reset Code
- [ ] Reset Password
- [ ] Update Password
- [ ] Update Member Permissions
### Administrator
- [ ] Create Administrator
- [ ] Update Administrator profile
- [ ] Read And Filter Administrator
- [ ] Delete Administrator
- [ ] Login Administrator
- [ ] Request Reset Code
- [ ] Reset Password
- [ ] Update Password
### Feeds
- [ ] Create Feed
- [ ] Like Feed
- [ ] Comment On Feed
- [ ] Delete Feed
- [ ] Create Poll
- [ ] Vote On Poll
- [ ] End Poll
- [ ] Declare Winner And End Poll
### Semester
- [ ] Create Semester
- [ ] Update Semester
- [ ] Read Or Filter Semester
- [ ] Delete Semester
### Dues
- [ ] Add Due
### Elections
- [ ] Create Election In A Semester
- [ ] Update Election Details
- [ ] Create Election Participant
- [ ] Vote on Election Participant
- [ ] Declare Winner And End Election
### Forum
- [ ] Create Forum
- [ ] Add A Message
- [ ] Reply A message
- [ ] Delete A Message