@@ -22,16 +22,30 @@ We are collaborating closely with the [LibreHealth Project](http://librehealth.i
22
22
23
23
## Table of Contents
24
24
25
- 1 . [ Requirements] ( #requirements )
26
- 2 . [ Installation] ( #installation )
27
- 3 . [ Usage] ( #usage )
28
- 4 . [ Documentation] ( #documentation )
29
- 5 . [ Testing] ( #testing )
30
- 6 . [ Contributing] ( #contributing )
31
- 7 . [ Security] ( #security )
32
- 8 . [ Credits] ( #credits )
33
- 9 . [ License] ( #license )
34
-
25
+ 1 . [ Tech-Stack] ( #tech-stack )
26
+ 2 . [ Requirements] ( #requirements )
27
+ 3 . [ Installation] ( #installation )
28
+ 4 . [ Usage] ( #usage )
29
+ 5 . [ Documentation] ( #documentation )
30
+ 6 . [ Testing] ( #testing )
31
+ 7 . [ Contributing] ( #contributing )
32
+ 8 . [ Security] ( #security )
33
+ 9 . [ Credits] ( #credits )
34
+ 10 . [ License] ( #license )
35
+
36
+ ## Tech-Stack
37
+ - Frontend:
38
+ - [ JavaScript] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript )
39
+ - [ Vue.js] ( https://vuejs.org/ )
40
+ - [ CSS] ( https://developer.mozilla.org/en-US/docs/Web/CSS )
41
+ - [ HTML] ( https://developer.mozilla.org/en-US/docs/Web/HTML )
42
+ - [ Tailwind CSS] ( https://tailwindcss.com/ )
43
+
44
+ - Backend:
45
+ - [ PHP] ( https://www.php.net/ )
46
+ - [ Laravel] ( https://laravel.com/ )
47
+ - [ Inertia.js] ( https://inertiajs.com/ )
48
+
35
49
## Requirements
36
50
37
51
Make sure your server meets the following requirements.
@@ -41,6 +55,7 @@ Make sure your server meets the following requirements.
41
55
- Composer installed 2.0+
42
56
- PHP Version 8.0.x+
43
57
58
+
44
59
### PHP extensions
45
60
46
61
Make sure you have the following php extensions enabled
0 commit comments