Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzlco666/sewa
This repository contains an application for renting an online studio and borrowing recording equipment. Built with native PHP, a MySQL database, and Bootstrap 4, the application allows users to easily schedule and pay for studio time and borrow recording equipment. It is a useful tool for musicians and recording professionals
https://github.com/rzlco666/sewa
native php php-framework php5 php7 php8 rent rental rental-management rentals rentals-search rentalsystem renting web web-application webapp website
Last synced: 25 days ago
JSON representation
This repository contains an application for renting an online studio and borrowing recording equipment. Built with native PHP, a MySQL database, and Bootstrap 4, the application allows users to easily schedule and pay for studio time and borrow recording equipment. It is a useful tool for musicians and recording professionals
- Host: GitHub
- URL: https://github.com/rzlco666/sewa
- Owner: rzlco666
- Created: 2021-01-23T09:30:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T04:44:38.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T19:21:04.175Z (about 1 month ago)
- Topics: native, php, php-framework, php5, php7, php8, rent, rental, rental-management, rentals, rentals-search, rentalsystem, renting, web, web-application, webapp, website
- Language: CSS
- Homepage:
- Size: 7.64 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sewa: Online Studio Rental and Recording Equipment Borrowing Application
Welcome to this repository for Sewa, an application for renting an online studio and borrowing recording equipment. This is a college project built with native PHP, a MySQL database, and Bootstrap 4. The application allows users to easily schedule and pay for studio time and borrow recording equipment. It is a useful tool for musicians and recording professionals.
## Main Features
- Registration and login for users
- Registration and login for admins
- User ability to rent recording equipment and studio space
- Admin CRUD of recording equipment
- Admin CRUD of studio space
- Admin processing of recording equipment rentals and creation of invoices
- Admin processing of studio rentals based on hourly rates and creation of invoices## Technologies Used
- PHP: a popular server-side scripting language
- MySQL: a popular open-source relational database management system
- Bootstrap 4: a front-end framework for designing responsive and mobile-first websites## Prerequisites
To use this repository, you will need a local development environment set up with PHP and a MySQL database. You should also be familiar with basic web development concepts and technologies, such as HTML, CSS, and JavaScript.
## How to use this repository
1. Clone or download the repository to your local development environment.
2. Set up the database by importing the provided `sewa.sql` file.
3. Configure the database connection settings in the `database.php` file.