Skip to content

CydexCode/JuiceBarApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Management System Frontend Setup Instructions

Demo

Watch the demo here

Instructions

Follow these steps to set up and run the Restaurant Management System Frontend:

  1. Navigate to the restaurant-app folder:

    cd restaurant-app
  2. Update the backend port in the startup class:

    • Open the relevant file (e.g., Startup.cs).
    • Modify the base URL:
      app.UseCors(options => options.WithOrigins("http://localhost:3000"));
  3. Install Material-UI:

    npm install @material-ui/core
  4. Copy and paste Material-UI icon codes into your components.

    • For example:
      import ReorderIcon from '@mui/icons-material/Reorder';
  5. Install Axios for API calls:

    npm install axios
  6. Update API calls with the backend running URL:

    • Copy and paste the base URL into your API folder.
    • Update API calls with the backend running URL.
      const baseURL = 'http://localhost:53688/';

Running the Application

To run the application, execute the following command:

npm start 

Backend

Backend Instructoin : https://github.com/CydexCode/JuiceBarAPI

Need a Star for this Repository ⭐

About

Restaurant Management System Frontend using React.js with Material UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages