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.
Clone the repository:
git clone https://github.com/yourusername/surasa-restaurant-management.git
cd surasa-restaurant-management
Install frontend dependencies:
cd frontend
npm install
Install backend dependencies:
cd ../backend
composer install
Set up the database:
.env
file with your database credentials.
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password
Run migrations:
php artisan migrate
Run the development server:
npm start
http://localhost:3000
http://localhost:8000