Skip to content

chaudharykapil/RoomService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenShots

Homepage

alt text

staff

alt text

alt text

alt text

alt text

Admin

alt text

alt text

alt text

alt text

alt text

Steps to Run the Project

  • Install Php in your system

  • Install Composer

  • Install Laravel

  • Install Node and npm

  • Open mysql and create new database for the project

  • Open root folder of project and configure .env file and make following changes as per your need
    • change DB_HOST (if require)
    • change DB_PORT (if require)
    • change DB_DATABASE (name of database which you have created)
    • change DB_USERNAME (if require)
    • change DB_PASSWORD (if require)

  • Open the cmd in root folder of project and run these command
    • npm install
    • php artisan migrate
    • php artisan serve

Congratulation, your website is up on http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published