DeathwingIN / Surasa

0 stars 2 forks source link

Surasa Restaurant Management Website

Overview

The Surasa Restaurant Management Website is a comprehensive solution designed for the Agricultural Faculty of Sabaragamuwa University of Sri Lanka. This project aims to streamline the management processes of the university's restaurant, providing an efficient and user-friendly interface for both staff and students.

Technologies Used

Features

Installation

Prerequisites

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/surasa-restaurant-management.git
    cd surasa-restaurant-management
  2. Install frontend dependencies:

    cd frontend
    npm install
  3. Install backend dependencies:

    cd ../backend
    composer install
  4. Set up the database:

    • Create a MySQL database and update the .env file with your database credentials.
      DB_DATABASE=your_database
      DB_USERNAME=your_username
      DB_PASSWORD=your_password
  5. Run migrations:

    php artisan migrate
  6. Run the development server:

    • In Root:
      npm start

Usage