-
Notifications
You must be signed in to change notification settings - Fork 0
Database
dptole edited this page Jan 18, 2020
·
2 revisions
Which database is being used? SQL? MongoDB? GraphQL? None of them.
The blog was made to be as simple as possible while still mantaining the appearance of a blog.
When you create an user, post or comment all the data is being saved in regular files created the moment the backend server starts running.
These files are located at backend/db/<TABLE>/<DOCUMENT>
.
All files are composed of idented JSON values for ease of use.
There is nothing more than that. Editing the files will affect the result of what is being displayed in the frontend immediatelly.