Skip to content

OsamaAhmed1999/Flats-Booking-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 express
npm install mysql
npm install morgan
npm install body-parser
npm install cookie-parser
npm install express-validator@5.3.0
npm install dotenv
npm install jsonwebtoken
npm install express-jwt
npm install uuid/v1
npm install crypto
npm install react-router-dom
npm install mdbreact
npm install schema-utils

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 88.8%
  • CSS 9.6%
  • HTML 1.6%