Skip to content

OptiGuard-PKMKC/optiguard_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published