System is design for Mayar Builders, so they can easily maintain their record for bookings, installments an applicant information.
Clone this repo by the link: https://github.com/Hamzaaasif/Flats-Booking-system.git
You need to install npm and mysql databases .
https://nodejs.org/en/download/
https://www.apachefriends.org/download.html
To download all packages from npm.
npm install
And start the xampp server
npm run dev
And also start react server
npm start
const express = require('express')
const app = express();
const port = 8080
app.listen(port,()=>{console.log("Node is listning at http://localhost:8080")});
- Node - The web framework used for building API
- React - Front-End
- Visual Studio Code - Editor
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Hamza Asif - hamzaaasif
- Osama Ahmed - OsamaAhmed1999
- Mustafa Rasheed - mustafarashee
- Aimen Shahid - AimenShahid