You can create your own account using your email adress, log in and test how it works 🙂
If you don't want to create an account you can use the test account:
email: [email protected]
password: test
1. First of all you have to open the appliaction:
2. You have to create your account:
3. You have to log in:
4. Now you can open the menu:
5. The menu is on the left:
6. You can see a list of the shops:
7. You can see a list of the products. You can add each product to your basket using the "Dodaj do koszyka" button:
8. You can see each shop on the map. If you write the name of the product you are looking for in the "search bar" you will see only a list of shops where the product is:
9. You can see your basket. You can delete product from basket if you do not want to buy it or click "kup teraz" button and buy all the products in your basket:
10. You can add your shop:
11. You can see all your shops:
Here you can also:
- see all products in your shop
- add product to your shop
- edit your shop
- delete your shop
Client
Server
Database
Database structure:
To run this project, you will need to add the following environment variables to your .env file
DB_HOST
DB_PORT
DB_USERNAME
DB_PASSWORD
DB_DATABASE
SALT
SECRET_OR_KEY
CORS_ORIGIN
This project uses npm as package manager
Clone the project
git clone https://github.com/madridista5/sobitem_back.gitGo to the project directory
cd sobitem_backInstall dependencies
npm installStart the application
nest start --watch










