Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1010 Bytes

README.md

File metadata and controls

55 lines (41 loc) · 1010 Bytes

Booking Journey

Contents:

  1. What?
  2. Schema
  3. File structure
  4. User Journey

What

The project serves the clients by offering them many Journeys around the world, that he/she may be interested in booking them.

Schema

image

File structure

  • Public

    • css
      • style.css
      • signUp.css
      • journies.css
    • js
      • apicall.js
      • login.js
    • pics
    • index.html
    • journies.html
    • signUp.html
  • Server

    • Controller

      • error.js
    • models

      • Config
        • build.sql
        • build.js
        • connection.js
        • dummyData.js
      • queries
        • getdata.js
        • postdata.js
    • app.js

    • index.js


User Journey

The user would face at the first the login page, if he/she didn't has a previous account then they may Sign Up and eventually the Journies will show up.