Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomspx committed Aug 8, 2022
1 parent 1bc1925 commit 2a30f5c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<h1 align="center" style="border-bottom: none">
<b>
Ascenda Loyalty Hotel Booking System<br>
</b>
<b>Ascenda Loyalty Hotel Booking System</b>
<br>
2022 50.003 Elements of Software Construction
<br>
</h1>
Expand Down Expand Up @@ -94,8 +93,12 @@ By clicking on a room rate card, customers will be redirected to a booking confi

`http://localhost:3000/checkout` <br>
<p float="left">
<img src="./media/booking-info.jpeg" width="400" />
<img src="./media/stripe-checkout.jpeg" width="400" />
<img src="./media/popup-confirmation.jpeg" width="400" />
<img src="./media/booking-info.jpeg" width="400" />
</p>
<p float="left">
<img src="./media/stripe-checkout.jpeg" width="400" />
<img src="./media/booking-success.jpeg" width="400" />
</p>

# API Calling
Expand All @@ -118,7 +121,7 @@ Our backend server makes API calls `api\routes\api.js` to Ascenda's API using th

# File Directories
```
📦api # backend Express
📦api # backend Express files
┣ 📂bin
┣ 📂controllers # individual routing controllers
┣ 📂node_modules
Expand All @@ -127,7 +130,7 @@ Our backend server makes API calls `api\routes\api.js` to Ascenda's API using th
┣ 📂stripe # stripe integration for backend
┣ 📂views
┣ 📜app.js
📦client # frontend React
📦client # frontend React files
┣ 📂node_modules
┣ 📂public
┣ 📂src
Expand Down
Binary file modified media/booking-info.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/booking-success.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/hotel-details.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/popup-confirmation.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/room-rates.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified media/stripe-checkout.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a30f5c

Please sign in to comment.