mirror of
https://github.com/serialexperiments0815/Dilomarkt---Digitaler-Lokalmarkt.git
synced 2026-07-12 15:32:19 +00:00
31 lines
702 B
Markdown
31 lines
702 B
Markdown
### Project for prototyping a commerce shop
|
|
This project was made to develop team-work and full-stack expertise in web-development.
|
|
Following stack is used:
|
|
* Server: PHP with Laravel-Framework
|
|
* Database: MariaDB
|
|
* Client: Vue.js (HTML, CSS, JavaScript)
|
|
* Client-Server-Communikation via REST
|
|
* Additional: Responsive Webdesign
|
|
|
|
### Installation
|
|
1. open CMD
|
|
2. git clone https://github.com/serialexperiments0815/Dilomarkt---Digitaler-Lokalmarkt/
|
|
3. cd Dilomarkt---Digitaler-Lokalmarkt/Dilomarkt
|
|
4. npm install
|
|
|
|
### Usage
|
|
1. From the 'Dilomarkt' folder to start development server
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
2. caddy run to start local server
|
|
```
|
|
caddy run
|
|
```
|
|
|
|
3. Enter website
|
|
```
|
|
https://localhost
|
|
```
|
|
|