Version: 1.0
Author: Aram Wondergem
This document provides the installation guide for the frontend of the Wonder Gems application. Wonder Gems is a web application that allows a hobby chef to send a menu to friends and family, and manage all aspects of menu orders and delivery.
In this guide, you'll find the required software and steps to set up the Wonder Gems frontend. Additionally, it explains how to use the frontend, including login credentials for various test accounts.
- WebStorm: A JavaScript IDE by JetBrains for web development. Download WebStorm.
Follow the README of the backend of the web application.
- Download and Install WebStorm: Get WebStorm from here.
- Open the Project: Launch WebStorm and open the
wondergems-frontend
folder. - Install Dependencies and Start the App: Open the terminal in WebStorm and run:
npm install npm run start
4.Open your browser and go to http://localhost:3000.
- Log in or create an account, then click "Become Cook" on your profile page.
- Create and manage menus from the dashboard. Add customers by email.
- Accept or decline orders and communicate delivery times using the dashboard options.
- Log in to view available menus and place orders.
- Manage your profile and order history.
Username | Password | Roles | Description |
---|---|---|---|
[email protected] | Hallo1test! | USER | A customer linked to [email protected]. |
[email protected] | Hallo1test! | USER, COOK | A cook who can create and send menus. |
[email protected] | Hallo1test! | USER, COOK, ADMIN | Admin with full access. |