https://github.com/ericzardo/routine-app
A personal project that aims to increase productivity and daily organization.
https://github.com/ericzardo/routine-app
api app axios expo fastify mobile-app prisma-orm react-native typescript zod
Last synced: 9 months ago
JSON representation
A personal project that aims to increase productivity and daily organization.
- Host: GitHub
- URL: https://github.com/ericzardo/routine-app
- Owner: ericzardo
- License: mit
- Created: 2024-10-16T03:57:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T04:13:27.000Z (about 1 year ago)
- Last Synced: 2025-02-07T13:23:20.142Z (10 months ago)
- Topics: api, app, axios, expo, fastify, mobile-app, prisma-orm, react-native, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Routine App
## About
Routine App is a personal management application, divided into two main parts:
- **API (Back-end):** Built with Fastify and Prisma ORM, this API handles alarms and document management functionalities.
- **Interface (Front-end):** A mobile app built with React Native and Expo, allowing users to manage alarms and documents seamlessly.
## Technologies
- **API:** Fastify, Prisma ORM, Zod, TypeScript
- **Interface:** React Native, Expo, Zod, Axios, TypeScript
## Installation
### Prerequisites
- Node.js (v18 or higher recommended)
- npm or yarn
- MySQL (for the API database)
### Documentation
- [API](https://github.com/ericzardo/routine-app/blob/main/api/README.md 'back-end installation')
- [Interface](https://github.com/ericzardo/routine-app/blob/main/interface/README.md 'front-end installation')