An open API service indexing awesome lists of open source software.

https://github.com/soumyaco/careerise

Mentorship platform
https://github.com/soumyaco/careerise

backend golang

Last synced: about 1 year ago
JSON representation

Mentorship platform

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