Skip to content

The app allows you to rent/buy the dresses. Also, if you want to rent/sale the dresses, as the dresses shops.

Notifications You must be signed in to change notification settings

FACK1/HebronDress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hebron Dress

About:

Our website allows the user to buy or rent dresses.

Naming Confing:

  • Variables and files: camelCase
  • Eslint: airbnb-base
  • Async: Promises

Users journeys:

As a buyer...

I can see the available dresses

I can search for an dress

I can see all the details of the chosen dress

As a seller...

I can see the available dresses

I can search for an dress

I can see all the details of the selected dress

I should create the account (Registration) and Login.

I can add the dresses

Website Link:HebronDress

Database Schema

db_schema

Files Structure:

  • public

  • css

    • style.css
    • login.css
    • signup.css
    • product.css
    • oneDress.css
    • reset.css
  • img

  • src

    • server.js

    • app.js

    • controllers

      • home.js
      • search.js
      • error.js
      • signup.js
      • login.js
      • add.js
      • index.js
      • logout.js
      • product.js
      • oneDress.js
    • views

      • helpers
        • helper.hbs
      • layouts
        • main.hbs
      • partials
        • header.hbs
      • home.hbs
      • signup.hbs
      • login.hbs
      • error.hbs
      • profile.hbs
      • add.hbs
      • dress.hbs
      • product.hbs
      • dress.hbs
      • error_404.hbs
    • database

    • models

      • dress.js
      • user.js
      • sequalize.js
      • index.js
    • validation

      • cookieValidator.js
      • server-side.js
    • tests

      • test.js
  • .gitignore

  • package.json

How to run our site on your machine?

  • Clone this repo ([email protected]:FACK1/HebronDress.git)

  • Open your command line.

  • Put in terminal : npm install.

  • Then put in terminal : npm run dev to run the server.

  • Open your browser and put in terminal: localhost:3004.

Team Member:

About

The app allows you to rent/buy the dresses. Also, if you want to rent/sale the dresses, as the dresses shops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published