/tinker

Primary LanguagePython

Fullstack dev projects and proof of concepts

Getting Started

aws sso login --sso-session=<your-session>
yarn sst dev
yarn run dev

Open http://localhost:3000 with your browser to see the frontend App.

Technology Stack and Tools

  • Next.JS
  • SST: define our infrastructure as code (IaC)

Structure

.
├── apps
│   ├── sst-app  (SST, Next.js, React, SSR, API)
└── packages
    ├── backend (used in AWS Lambas, Cron jobs...)