Our website allows the user to buy or rent dresses.
- Variables and files: camelCase
- Eslint: airbnb-base
- Async: Promises
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
-
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
- helpers
-
database
-
models
- dress.js
- user.js
- sequalize.js
- index.js
-
validation
- cookieValidator.js
- server-side.js
-
tests
- test.js
-
-
.gitignore
-
package.json
-
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.