This repository contains the source code for the Tummyfit Application's API Server using the ExpressJS framework & Typescript programming language.
-
First, create a database (e.g., tummyfit).
-
Fill in the environment variables (see the list of environment variables in the .env.example file).
-
Run the Prisma migration (npx prisma migrate dev) prisma will automatically read the migration from migration file.
-
Run prisma generate command: npx prisma generate, to create client prisma.
-
Run the command npm run start:dev.
-
The application is now ready to be used.
Cloud Run, Google Cloud Storage, Cloud SQL(Postgres), ExpressJS, Typescript, PrismaORM
/api-docs
Thank you.