Skip to content

Latest commit

 

History

History
87 lines (68 loc) · 1.57 KB

README.md

File metadata and controls

87 lines (68 loc) · 1.57 KB

optiguard_backend

project/
├── cmd/
│   └── main.go
├── internal/
│   ├── controller/
│   │   └── user_controller.go
│   ├── middleware/
│   │   └── auth_middleware.go
│   └── route/
│       └── routes.go
└── pkg/
    ├── config/
    │   └── config.go
    ├── driver/
    │   └── db.go
    ├── entities/
    │   └── user.go
    ├── repsitories/
    │   └── user_repo.go
    └── usecases/
        └── user_usecase.go

Project Features

  1. Auth [x]
  • Register validation
  • Register
  • Login
  1. Appointment
  • Create appointment
  • Confirm appointment by doctor
  • View all appointment
  • View appointment detail
  1. Fundus
  • Detect fundus
  • View all fundus by user
  • View fundus details
  • Verify fundus by doctor
  • Delete fundus
  1. Medical Record
  • Create medical record by doctor
  • View all medical record
  • View medical record detail
  1. Facility
  • Create usage schedule
  • View all health facilities
  • View adaptors by facility
  • Confirm usage schedule
  • View all schedules
  • View schedule detail
  1. User
  • View profile
  • Edit profile
  1. Doctor
  • Create doctor profile
  • View all doctor profiles
  • View doctor profile
  • Create doctor schedule
  • Update doctor schedule
  1. Education
  • Create article
  • View all articles
  • View article
  • Like article
  • Create video
  • View all videos
  • View video