Go to file
coolneng 79cc26b7e5
Hide text input when country is Spain
2020-07-16 05:17:07 +02:00
database Add input for region and city for other countries 2020-07-09 22:24:25 +02:00
docs Add directory structure section to summary 2020-07-16 04:02:49 +02:00
src Hide text input when country is Spain 2020-07-16 05:17:07 +02:00
.gitignore Initial commit 2020-02-19 16:47:46 +01:00
LICENSE.md Initial commit 2020-02-19 16:47:46 +01:00
README.md Hide text input when country is Spain 2020-07-16 05:17:07 +02:00
shell.nix Start the web server inside the src directory 2020-06-21 19:36:38 +02:00

README.md

MDIS

This project consists of an Information System for a Medical Institution.

Technologies

  • PHP
  • MySQL
  • Javascript
  • Fullcalendar
  • Jquery
  • JqueryUI

Requirements

  • Nix

Installation

  1. Install Nix (compatible with MacOS and Linux):
curl -L https://nixos.org/nix/install | sh

There are alternative installation methods, if you don't want to pipe curl to sh

  1. Clone the repository:
git clone https://coolneng.duckdns.org/gitea/coolneng/MDIS
  1. Change the working directory to the project:
cd MDIS
  1. Enter the nix-shell:
nix-shell

The website can be accessed via localhost:8000