We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f8bd3 commit 84f420eCopy full SHA for 84f420e
README.md
@@ -0,0 +1,20 @@
1
+# Jexcel spreadsheet
2
+## Database integration
3
+
4
+Persisting the spreadsheet data using a database.
5
6
+Step 1 - Download this project to a local machine, with docker installed.
7
8
+Step 2 - On the project root folder: % docker-compose up
9
10
+Step 3 - In another terminal go to the root folder: % docker-compose exec php bash
11
12
+Step 4 - On the PHP container terminal: % composer install
13
14
+Step 5 - In another terminal go to the root folder: % docker-compose exec postgresql bash
15
16
+// Now create your own tables
17
18
+Step 6 - Edit your public/index.php to sync with one table.
19
20
+Step 7 - http://localhost:8081<br><br>
0 commit comments