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"
- Host: GitHub
- URL: https://github.com/build4today/liferoutine-server-backend
- Owner: Build4Today
- License: mit
- Created: 2024-06-02T09:14:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T17:23:03.000Z (over 1 year ago)
- Last Synced: 2025-06-14T03:02:12.455Z (4 months ago)
- Topics: api, fastify, habit-tracker, mobile-app-api, prisma, routine, typescript, typescript-api
- Language: TypeScript
- Homepage: https://ph7.me
- Size: 381 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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
![]()
## 🎉 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/).