Skip to content

osoc24/toco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Mock Apps

This repository contains the mock apps that are used to demonstrate the usage of our access management app ( LOAMA ).

1. MockBook

MockBook is a social network that allows users to view their posts and friends.

Data

  • profile: name, email, bio, profile picture
  • posts: text, image, video
  • friends: list of friends

2. DoctorApp

DoctorApp is a medical app that allows you to view your doctor appointments.

Data

  • information: name, email, phone number
  • appointments: date, time

How to run

# Choose the app you want to run
cd mockbook
# or
cd doctorapp

# Install dependencies
pnpm install

# Compile and Hot-Reload for Development
pnpm dev

# Build for production
pnpm build