This repository contains the mock apps that are used to demonstrate the usage of our access management app ( LOAMA ).
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
DoctorApp is a medical app that allows you to view your doctor appointments.
Data
- information: name, email, phone number
- appointments: date, time
# 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