Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.