This is an e-commerce website made for cuban vendors, it features an admin panel, where you can add new products, delete, modify them, an client side where clients can buy or see your products, a cart system, a delivery system where you can see the progress of the delivery, filters options for the client, categories of products, filter through price, a login and register system
Go to the cubaShopp folder and run in your console npm run dev
Go to the src folder and then type in your console npx nodemon server.js
Use a sqlite database interface so you can see the passwords or products etc... the sqlite file is located in src\sqlFolder and then you have the file that is named databaseOfTheShop
So the website have two modes, one is the administrator mode and the other one is the client mode... in the administrator mode you add products so the clients can see it the default password for the admin is userName: ADmIN"==% password: ADmIN"=!"#%"#/(!()()!" email: ADmIN"=!"#%/#(")(!
in the administrator mode you can see also the deliveries the page is taking and the statistics like how many products did you buy you have to manually accept if a product has reached the client or not
you can enter as a client too. There is a default account that is UserName: test Password: test email: test
Or you can create your own account too!!
the page has a filter function, search function, cart system, admin system, deliveries system, statistics system