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

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.

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')