An open API service indexing awesome lists of open source software.

https://github.com/codebatine/book-your-table

School project collaboration for booking tables via blockchain for various restaurants.
https://github.com/codebatine/book-your-table

javascript metamask react scss solidity web3

Last synced: 5 months ago
JSON representation

School project collaboration for booking tables via blockchain for various restaurants.

Awesome Lists containing this project

README

          

[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/BHyDwSGZ)

# Book Your Table

Blockchain based app for booking a table in various restaurants with a web3 wallet.

1. First open a terminal and clone down the repo in a folder of your choice.

`git clone https://github.com/Medieinstitutet/the-restaurant-bullens-utvecklare.git`

2. Navigate to the frontend part of the application

`cd therestaurant`

3. Install dependencies

`npm install`

4. Run the application on local machine

`npm run dev`

5. If a browser have not pop up please paste this in your URL in your favorite browser

`http://localhost:5173/`

6. Connect with Metamask on a sepolia test chain. If you want to connect to a local chain please follow the steps inside Hardhat part of this project.

## To navigate to hardhat folder please click to the link bellow or manually navigate thrue the repo

[hardhat](hardhat/README.md)

## Screenshots

![Screenshot](therestaurant/src/content/img/screenshot.jpg)

![Screenshot Mobile](therestaurant/src/content/img/screenshot-mobile.jpg)