Skip to content

k27dong/mywebsite

Repository files navigation

Personal Website

https://www.kefan.me/

Codacy Badge

Technology Stack

React
Actix
Heroku
- Flask
- Docker
- Nginx
- Google Cloud Platform
- Kubernetes
- uWSGI
- Gunicorn

Update 20201009: Migrated from GCP to Heroku due to operating costs.

Update 20240125: Migrated from Flask to Actix Web.

Local Development

# Build Frontend
$ npm i && npm run build:dev

# Build Backend
$ cargo build --release

# Run
$ ./target/release/mywebsite