https://github.com/soumyaco/careerise
Mentorship platform
https://github.com/soumyaco/careerise
backend golang
Last synced: about 1 year ago
JSON representation
Mentorship platform
- Host: GitHub
- URL: https://github.com/soumyaco/careerise
- Owner: SoumyaCO
- Created: 2024-08-07T17:50:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T15:04:45.000Z (over 1 year ago)
- Last Synced: 2025-03-30T00:41:18.298Z (about 1 year ago)
- Topics: backend, golang
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Careerise Backend
### File structure
```
├── go.mod
├── go.sum
├── handlers
├── internal
│ ├── controller
│ ├── dal
│ ├── db
│ ├── middleware
│ │ └── auth.go
│ └── model
├── main.go
├── README.md
└── taskfile.yml
```
#### Current Features (before Feb 20)
- [ ] db schema
- [ ] login system (cookie based)
- [ ] filtering of mentor
- [ ] booking of a mentor
#### Assumptions
- 1. Everyone is a user until he applied to be a mentor or student