An open API service indexing awesome lists of open source software.

https://github.com/build4today/liferoutine-server-backend

Backend for mobile app "LifeRoutine"
https://github.com/build4today/liferoutine-server-backend

api fastify habit-tracker mobile-app-api prisma routine typescript typescript-api

Last synced: 4 months ago
JSON representation

Backend for mobile app "LifeRoutine"

Awesome Lists containing this project

README

          

## Life Routine Tracker Backend

The Life Routine backend built with [Fastify](https://github.com/fastify/fastify) and [Prisma](https://github.com/prisma/prisma) ORM for handling database operations. This API allows the React Native app (client) to create, update, and track users habits on a daily basis.

## Get Started

### Install dependencies

```console
npm i
```

Start the server

```console
npm start
```

### Database Migration

```console
npx prisma generate
```

## 🛢️ Prisma ERM


Entity Relationship Model

## 🎉 Maker

**[Pierre-Henry Soria](https://ph7.me)**. A super passionate and enthusiastic problem-solver / senior creative software engineer living in Sydney 🦘 Also a true cheese 🧀, ristretto ☕️, and dark chocolate lover! 😋

## ⚖️ License

Released under [MIT license](https://opensource.org/license/mit/).