Skip to content

DuaaH/HebronRest-Updated

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hebron Rest:

Description:

A website that shows the user several types of cuisines to choose from. When the user clicks on one of them, it shows a list of restaurants that serve that type of cuisine. It also allows you to add a resturant if you want, with a list of details about it using a form.

User journey:

  • As a user I'm able to choose a cuisine.
  • As a user I'm able to see a list of restaurants and some details about them.
  • As a user I'm able to add a new restaurant by filling a form only if I'm logged into the website.
  • As a user I sign up to the website.

Wireframe:

  • Home page:

  • Login and sign up:

image

File Structure:

  • public:

    • images:
      • 1.png
      • 2.png
      • 3.png
      • AbuMazin.png
      • TabonAlreef.png
      • KFC.png
      • RozaChrunchy.png
      • Q-Cany.png
      • Segafredo.png
      • logo.png
    • index.html
    • style.css
    • index.js
  • src:

    • database:
      • test:
        • databaseTest.js
      • db_build.js
      • db_build.sql
      • db_connection.js
    • queries:
      • getData.js
      • postData.js
    • server:
      • test:
        • test.js
      • handler.js
      • router.js
      • server.js
  • .gitignore
  • .travis.yml
  • package.json
  • README.md

Schema:

Website flow:

image

Team:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.2%
  • HTML 20.8%
  • CSS 9.6%
  • PLpgSQL 6.4%