conghuule / Clinicly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clinicly

Clinic Management

Table of Contents

Team Members

Technologies Used

  • Backend - Golang:
    • Gin Web Framework - v1.9.0
    • GORM - v1.25.0
  • Frontend - Javascript:
    • React - v18.2.0
    • Ant Design - v5.6.1

Run

  • Database: run db/db.sql script

  • Backend:

    • Create .env file based on .env.example file

    • cd be
      go mod tidy
      swag init
      go run main.go
  • Frontend:

cd fe
npm install
npm start

Features

  • Scheduling
  • Billing/Payment
  • Patient Information
  • Reporting
  • Inventory Management

Project Status

Project is: in progress

About


Languages

Language:JavaScript 52.4%Language:Go 41.9%Language:PLpgSQL 4.2%Language:HTML 0.9%Language:CSS 0.6%