https://github.com/parkerbritt/website
My personal website I'm building as a hobby project. The primary focus being hosting my portfolio.
https://github.com/parkerbritt/website
css html nginx website
Last synced: 4 months ago
JSON representation
My personal website I'm building as a hobby project. The primary focus being hosting my portfolio.
- Host: GitHub
- URL: https://github.com/parkerbritt/website
- Owner: ParkerBritt
- License: mit
- Created: 2024-08-26T15:14:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T00:45:16.000Z (over 1 year ago)
- Last Synced: 2025-03-14T21:56:31.008Z (over 1 year ago)
- Topics: css, html, nginx, website
- Language: CSS
- Homepage: https://wip.parkerbritt.com
- Size: 69.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Website
This repo is a hobby project to explore the technology behind building and hosting web servers.
I plan on using this to experiment over time with different web development techniques and technologies, the end goal being to replace my old professional website.
This project is built without a frontend framework, using only HTML, CSS, and JavaScript for the client-side.
Currently a WIP and will probably be for some time.
💻 Tech Stack
| Technology | Description |
|-------------|------------|
| NGINX | Web server and reverse proxy for hosting |
| Thumbor | Content management system (CMS) for images |
| FastAPI | High-performance backend API framework |
| MongoDB | NoSQL database for backend data storage |
