Giter Site home page Giter Site logo

hotels's Introduction

Build Status Total Downloads Latest Stable Version License

Hotel System

This is a project has features an online Hotel system with different roles and permissions(Admin, Manager,Reciptionist, Client) using Laravel framework.

Team Members:

Ahmed Saleh - Bassam Saad - Hossam Salah - Islam Shabaan - Khaled Elgaml - Mohamed Egila

Prerequisites

You should have composer installed. If you don't install composer from here.

Installing

  1. Download the zipped file and unzip it or Clone it sh git clone https://github.com/Ahmed-Saleh-007/Hotels.git

  2. cd inside the project

    cd Hotels
  3. Run this command to download composer packages

    composer install
  4. Run this command to update composer packages

    composer update
  5. Create a copy of your .env file

    cp .env.example .env
  6. Generate an app encryption key

    php artisan key:generate
  7. Create an empty database for our application in your DBMS

  8. In the .env file, add database information to allow Laravel to connect to the database

  9. Migrate the database

    php artisan migrate
  10. Seed the database

    php artisan db:seed
  11. Generate Storage folder in your public directory to store uploaded files or images

    php artisan storage:link
  12. check your device that can connect to mailtrap through telnet

    telnet smtp.mailtrap.io 465

    If you don't enable telnet You have to go to Control Panel>Programs>Turn Windows features on or off. Then, check "Telnet Client" and save the changes. You might have to wait about a few minutes before the change could take effect.

  13. Start schedule to send missing email

    php artisan schedule:work
  14. Start queue to send notifications

    php artisan queue:work
  15. Open mailtrap link to see coming emails https://mailtrap.io/inboxes

  16. Open up the server

    php artisan serve
  17. Open your browser on this url http://localhost:8000

Demo of laravel hotel project open this link https://laravelhotel.herokuapp.com/

License

MIT License

Copyright (c) 2021 OS41

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

hotels's People

Contributors

bassamsaadelsafy avatar hossamsalaheldeen avatar ahmed-saleh-007 avatar mohamedegila avatar islamshaaban avatar khaledel-gaml avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.