Skip to content

Latest commit

 

History

History
122 lines (78 loc) · 3.04 KB

README.md

File metadata and controls

122 lines (78 loc) · 3.04 KB

Logo

PizzaMeal · Build Status npm NTK

React Native Typescript EXPO clerk

Screenshots

View screenshots

Update

Demo

5425056540977.mp4
5425088603812.mp4
5425086531721.mp4
5425052189287.mp4
5425050270400.mp4

Table of Contents

Introduction

  • PizzaMeal is a mobile app booking pizza online for customer convenient and fast.

Features

  • PizzaMeal have many features includes user/admin

    • USER

    • Login / Register user

    • Select type pizza, size and get product into cart and finally checkout

    • Update Information User

    • Check status pizza delivery

    • ADMIN

    • CRUD pizza

    • Manager / Update pizza delivery status

Technologies

React Native - TypeScript - Expo - Supabase

Testing

user

username: [email protected] pass: 123456

admin

username: [email protected] pass: 123456

Installing

A quick introduction of the minimal setup you need to get a hello world up & running.

  • Create file .env.example to file .env
  • Register account Supabase add EXPO_PUBLIC_KEY to file .env
npm install
npm start

Prerequisites

Please check file .env.sample

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/vn-vietnam/PizzaMeal.git
cd PizzaMeal/
npm install
npm start