This Website is an example for real web store for trading a Fashion
It contains a products for sell, ordered by certain categories depending on the product type
For each product, there is a photos and details.
The site admin can manage the products, adding, and delete// Editing function now not complete,adding to shopping Card function not complete//
The Customer can review the products, select some, and buy
Each customer have an account, he must register in the website before buying
The information for registration are:
- Name
- Email address
- Password
This website created in node.js, with express js and it uses MongoDB database as backend.
As frontend, it build in HTML5, CSS, Bootstrap and javascript
# Team Description1- Wael:
2- Bashar:
3- Abdulrahman:
First: clone the repository.
Second: you should have a mongodb database cluster, you should get the connection string and save it in configuration.json.
Third: install npm by run this command in the terminal inside the repository folder: npm install
Last: Run this command to start the application: npm start
- Bashar:
Register Page /add users to Data base
Login Page/find the user if is admin or not in Database
loguot function
filter function
Github work/as Admin
heroku work/as Admin
- Abd Alrahman:
add product function/add the products to data base
Delete pruduct function
github work/as Admin
heroku work/as Admin
- Wael: