Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 569 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 569 Bytes

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