Skip to content

SoumyaCO/Careerise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4089b07 · Feb 7, 2025

History

5 Commits
Feb 2, 2025
Feb 2, 2025
Feb 2, 2025
Feb 2, 2025
Feb 7, 2025
Feb 2, 2025
Jan 26, 2025
Jan 26, 2025
Feb 2, 2025
Feb 2, 2025

Repository files navigation

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