Skip to content

Thrustgamers/Healthcare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healthcare web system (WIP)

wakatime

Requirements

  1. Package manager: npm, yarn, bun, pnpm
  2. Go (minimal 1.21.0)
  3. Database provider: mariaDB, mysql, postgres, sql Server

Development installation

  1. Clone the package from the github repo

  2. Create a dotenv file in the server folder with the following structure

    COOKIE_ENCRYPT string A random 32 character string used to encrypt cookies
    DB_HOST string The ip address of the database
    DB_USER string The database priviliged user
    DB_PASS string The user password
    DB_NAME string The database name
    DB_PORT string The database port
    DB_DRIVER string The database provider (Postgres, mysql, sqlServer)
  3. Run the install command on your package manager in the web folder

  4. Run the go mod download in the server folder

  5. The server can be started using air and the front end can be started using the dev command using your package manager

Feature request

  • If you would like to see a feature added or want to have a converstation about it to see what is possible, don't hesitate to make a feature request! All input is appreciated

About

A mobile healthcare system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors