- This is a web application that allows users to make restaurant reservations and promote their own restaurants online.
- Clone this repository.
- Open Terminal and navigate to the cloned folder by typing
cd "folder path"
- Open the Folder with VS Code.
- There are two folders client & server.
- To start the server cd into server in terminal and run
python3 app.py
(this will activate the server) after runningpipenv install && pipenv shell
- Then open another terminal window and cd into the client folder. Run
npm install && npm start
. - The project will be ready to run.
A user can:
- Register an account.
- Login to their accounts.
- Logout of their accounts.
- Edit their profile details.
- Reset their password.
- Access all available restaurants for booking.
- Can reserve a table at any Restaurant of their choosing.
- Can access all their reservations.
- Can Review a restaurant.
- List their Restaurant for Booking by other users.
- Access a list of users who have made reservations with their restaurant.
- Can edit their Listing.
- Can delete their listings.
- Can delete their accounts.
The application works perfectly well, no bugs.
- HTML, CSS, flowbite, TAILWIND AND Bootstrap.
- React, Javascript
- Flask,Python & sqlite
MIT License
Copyright (c) 2024 Nicholas Njagi, Sean Nyandusi and Caleb Musau
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.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2024 Nicholas Njagi, Sean Nyandusi and Caleb Musau