coolneng 79cc26b7e5 | ||
---|---|---|
database | ||
docs | ||
src | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
shell.nix |
README.md
MDIS
This project consists of an Information System for a Medical Institution.
Technologies
- PHP
- MySQL
- Javascript
- Fullcalendar
- Jquery
- JqueryUI
Requirements
- Nix
Installation
- 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
- Clone the repository:
git clone https://coolneng.duckdns.org/gitea/coolneng/MDIS
- Change the working directory to the project:
cd MDIS
- Enter the nix-shell:
nix-shell
The website can be accessed via localhost:8000