NeetVentures Rewrite Completed

Friday, December 15 2023

Since early November, I've been busy with various coding projects - hollowlink.xyz which is a email read receipt service, and this site, neetventures.com.

In the past, I would form each web page manually from HTML and CSS, which was a huge time sink that could only be done on a desktop. This built of Neet Ventures features all the CRUD actions necessary to create content quickly.

The stack I used for this is,

  • Ubuntu Server 22.04
  • Python 3.10.12
  • flask>=3
  • flask-ckeditor
  • sqlalchemy>=2
  • bootstrap-flask
  • flask-sqlalchemy
  • flask-wtf
  • flask_limiter[redis]
  • gunicorn

My next task is to backfill this site with all the more significant posts I made on the old site, v1.0.

Comment
Optional
No comments yet...