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
+7-6
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,11 @@
5
5
6
6
### Why? 🙄
7
7
8
-
If you want to build a simple webiste with a backend.
8
+
If you want to build a simple webiste with a backend for small projects where you want to avoid the complexity of setting up a database.
9
9
10
-
The **simplest** and **convenient** way of doing this, considering if you don't want to setup any database
11
-
and not going to scale too much. It stores data objects in collections and documents. <br/>
10
+
It is **simple** and **convenient**. And stores data objects in collections and documents. <br/>
12
11
13
-
The webpage works on both mobile web browsers & desktop.
12
+
The example webpage works on both mobile web browsers & desktop.
14
13
15
14
### Requirements
16
15
@@ -36,13 +35,15 @@ Just copy the files to your webspace - thats all :)
36
35
* etc..
37
36
38
37
<br/>
39
-
In summary, using CSV files as a database for a website can work for simple and small-scale projects, but it may not be the best option for larger and more complex applications 😄.
38
+
Note: Using CSV files as a database for a website can work for simple and small-scale projects, but it may not be the best option for larger and more complex applications 😄.
39
+
40
+
It can work for very small-scale applications with minimal data and low traffic, it is generally not recommended for anything beyond the most basic use cases.
0 commit comments