Table of Contents
This is a Pizza App created for the Frontend Engineer technical test. This app permit:
- Create an order
- Update order status
- Visualice data in a Dashboard
To run this App locally you should follow the next steps:
To run this app you need have installed:
- node and npm (yarn)
-
Clone the repo
$ git clone https://github.com/bjvalmaseda-dev/pizza-manager-app
-
Copy
.env.example
to.env
$ cp .env.example .env
-
Edit
.env
and define your environments variablesVITE_API_BASE_URL
: url base for the graphql apiTo use the api provided for the developer use [https://pizza-manager-api.up.railway.app/]
-
Run the app in development mode
$ yarn dev
-
To run in production you have to build the app and server in a static server
$ yarn build $ yarn preview
To run test execute inside:
$ yarn test
Distributed under the MIT License. See LICENSE.txt
for more information.
Bárbaro Javier Valmaseda - @bjvalmaseda