You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,23 @@
2
2
3
3
TOC
4
4
5
+
-[About](#about)
5
6
-[Use](#use)
6
7
-[Documentation](#documentation)
7
8
-[Testing](#testing)
8
9
-[Issues](#issues)
9
10
10
11
---
11
12
13
+
## About
14
+
15
+
This proof-of-concept app is created for a friend to use as aid when selling decorative products on markets. The application is run on a smartphone and can track sales and incomes per day, instead of having to manually note these.
16
+
17
+
> This is the tech and skill demo version withour real application data like products.
18
+
> Early, conceptual MVP phase with some features to be refined and finished on demand.
19
+
20
+
---
21
+
12
22
## Use
13
23
14
24
### Install
@@ -30,8 +40,9 @@ npm install
30
40
### PHP + Database
31
41
32
42
- Install a PHP server and database that can run the API's PHP code
33
-
- Adjust credentials under `public/api/config`
34
-
- Initialize the database with SQL from `_internals/SQL/*.sql`
43
+
- Copy credentials template from `_internals`
44
+
- Adjust path to credentials under `public/api/index`
45
+
- Initialize the database with SQL from `_internals/sql/*.sql`
35
46
- Run the build and upload the `build` folder
36
47
- Build contains the API that needs PHP and SQL to run
0 commit comments