Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spoorloos/bo_webshop
Final project for BO Module 4 "Webshop"
https://github.com/spoorloos/bo_webshop
Last synced: 2 months ago
JSON representation
Final project for BO Module 4 "Webshop"
- Host: GitHub
- URL: https://github.com/spoorloos/bo_webshop
- Owner: Spoorloos
- Created: 2024-05-21T08:19:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T21:00:49.000Z (6 months ago)
- Last Synced: 2024-08-02T22:55:49.979Z (6 months ago)
- Language: PHP
- Homepage: https://36791.hosts2.ma-cloud.nl/bo/m4webshop/
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BO Webshop
This is my final project for BO Module 4 "Webshop".
## About
For this assignment each student was assigned a well known webshop to copy the design from, for me: https://geurwolkje.nl/.
I copied the design over pretty closely while making some slight design changes that I thought looked better.
I made the webshop close to completely functional. It's missing an admin panel and order processing system, however those weren't required whatsoever, as we didn't even really needed to add a backend.## Features
- Full mobile support
- Basic backend with no vulnerabilities
- Recently visited section
- Filter and search page
- Shopping cart
- Darkmode## Technologies Used
- **Frontend**: HTML, SCSS, JavaScript
- **Backend**: PHP, MySQL## Setup
### Prerequisites
- Git
- Docker### Installation
1. Clone the repository:
```bash
git clone https://github.com/Spoorloos/bo_webshop.git
cd bo_webshop
```2. Build and run the Docker containers:
```bash
docker-compose up -d
```4. Create a file called ".env" inside the public/ directory and insert the following:
```dotenv
DB_HOST=mariadb
DB_USER=admin
DB_PASSWORD=verysecurepassword
DB_SCHEMA=webshop_db
```5. Open your browser and navigate to:
```
http://localhost:88
```## Contributing
Contributions are welcome! Please fork the repository and create a pull request for any changes you'd like to make.