Skip to content

Commit 84f420e

Browse files
authored
Create README.md
1 parent 93f8bd3 commit 84f420e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)