saifahn / expenseus

A serverless expense tracking app
0 stars 0 forks source link

Move to serverless functions #109

Closed saifahn closed 1 year ago

saifahn commented 2 years ago

2023-02-18

I decided to go with NextJS API Routes as it's pretty simple, written in TS etc.

Overview

AWS Lambda is Always Free, whereas EC2 is only 12 months free.

saifahn commented 1 year ago

API Routes

saifahn commented 1 year ago

Next is handling the Login

saifahn commented 1 year ago

This was finished by #124, #126, #128, #130