/Flats-Booking-system

This project is develop by using React.js , Node.js and mysql databases for Mayar group that will help them to booked the flats and keep track of installments .

Primary LanguageJavaScript

alt text

alt text

Project Title

System is design for Mayar Builders, so they can easily maintain their record for bookings, installments an applicant information.

Getting Started

Clone this repo by the link: https://github.com/Hamzaaasif/Flats-Booking-system.git

Prerequisites

You need to install npm and mysql databases .

https://nodejs.org/en/download/
https://www.apachefriends.org/download.html

Installing

To download all packages from npm.

npm install

And start the xampp server

npm run dev

And also start react server

npm start

And coding style

const express = require('express')
const app = express();

const port = 8080
app.listen(port,()=>{console.log("Node is listning at http://localhost:8080")});

Deployment


Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors