9c39da4d3f55315100806af90fec67bdd6785a27
Hey Germany
Hey Germany is a platform that helps immigrants find job opportunities in Germany.
Requirements
- Node.js 18
Setup
To get started, run:
yarn install
yarn prebuild
Local SQLite defaults are defined in packages/functions/src/local-db.ts.
Apps
apps/cli
This app tests the Pikku fetch functionality.
apps/webapp
A Next.js App Router integrated with Pikku.
Runtime
The backend runs through pikku dev locally and Fabric in production.
Packages
functions
Contains all the Pikku routes, functions, and services.
sdk
Contains shared types used by both the backend and frontend.
Database
SQLite migrations live in db/sqlite, preserved Postgres migrations live in db/postgres, and local migration runs should use pikku db migrate.
Feel free to explore each package and customize the starter to fit your project's needs. Happy coding!
Description
Languages
TypeScript
76.3%
JavaScript
11%
HTML
5.1%
MDX
2.4%
CSS
2.1%
Other
3.1%