Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aronniealsop/portfolio_website
Personal blog part of app uses React for the frontend and SQLite for the backend. Blog content, including rich HTML (text, videos, etc.), is stored securely in the db.--safe from security risks from user-generated input b/c only site curator inputs blogs.
https://github.com/aronniealsop/portfolio_website
db express fs nodejs postman react sql
Last synced: 24 days ago
JSON representation
Personal blog part of app uses React for the frontend and SQLite for the backend. Blog content, including rich HTML (text, videos, etc.), is stored securely in the db.--safe from security risks from user-generated input b/c only site curator inputs blogs.
- Host: GitHub
- URL: https://github.com/aronniealsop/portfolio_website
- Owner: aRonnieAlsop
- Created: 2025-01-04T06:56:42.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-12T06:12:37.000Z (24 days ago)
- Last Synced: 2025-01-12T06:21:04.822Z (24 days ago)
- Topics: db, express, fs, nodejs, postman, react, sql
- Language: JavaScript
- Homepage:
- Size: 7.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio
>>The personal blog application is built using React on the frontend and SQLite for the backend. The blog content, including rich HTML (such as text, images, and videos), is stored directly in the SQLite database for easy management and retrieval.
>>To ensure security, embedded HTML content is only used in blog posts because the site is curated by a single author (the site owner), who has full control over the content. This eliminates the risk of malicious content typically associated with user-generated input, making the platform safe while allowing for flexibility in presenting rich media and styled content.