Skip to content

Tummyfit is a mobile application designed to give users some recommendation healthy meals. So they can maintain their weight or even loss their weight.

Notifications You must be signed in to change notification settings

raflyafrzl/tummyfit

 
 

Repository files navigation

TummyFit API Server Using Express

This repository contains the source code for the Tummyfit Application's API Server using the ExpressJS framework & Typescript programming language.

To use it, follow these steps:

Dev Environtment:

  • 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.

Tech Stack

Cloud Run, Google Cloud Storage, Cloud SQL(Postgres), ExpressJS, Typescript, PrismaORM

For the Documentation API, please check endpoint:

/api-docs

Thank you.

About

Tummyfit is a mobile application designed to give users some recommendation healthy meals. So they can maintain their weight or even loss their weight.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Dockerfile 0.3%