LJXSean / Stumble-api

Backend server for Stumble application, serving REST API Endpoints
https://ljxsean.github.io/Stumble/
0 stars 0 forks source link

Move to AWS S3 #23

Open LJXSean opened 1 year ago

LJXSean commented 1 year ago

Render spins down after 15 minutes of inactivity, not ideal for a site meant for recruiters to visit

LJXSean commented 1 year ago

Analysis: AWS EC2 free tier not enough cpu credits to npm build on server side Fix: Commit build folder in master branch, set up github actions to pull changes upon commit to master Update: Seperate out backend and frontend into seperate repos, host frontend on github pages, host backend on AWS S3

LJXSean commented 1 year ago

Backend Migration done

LJXSean commented 1 year ago

Github pages setup

Blockers: