Coder Social home page Coder Social logo

m151_webshop's Introduction

Webshop

Modul 151 - Simon W. und Philipp S.

Programme

Windows/MacOS/Linux Desktop

Installieren Sie das folgende Programm:

XAMPP

Starten Sie in XAMPP die Module Apache und MySQL.

Server

Um die Website produktiv einzusetzen können Sie die Datenbank MariaDB direkt installieren. Eine Anleitung dazu gibt es etwa hier:

MariaDB - Ubuntu 22.04

Auch den Apache Server können Sie direkt installieren. Eine Anleitung dazu gibt es etwa hier:

Apache Server - Ubuntu 22.04

Datenbank

Änder sie in der Datei db/webshop.sql das Passwor des Benutzers 'webshop' auf ein privates und sichers Passwort.

Importieren Sie mit dem folgenden Befehl die Datenbank aus der Datei db/webshop.sql in der MySQL Datenbank:

create database webshop;
use webshop;
source db/webshop.sql;
source db/products.sql;

Passen Sie die Zugangsdaten in der Datei app/universal/dbconnector.php an.

Webapp

Klonen Sie mit dem folgenden Befehl das Repository in einen beliebigen Ordner:

git clone https://github.com/immernowach/m151_webshop

Kopieren Sie den Inhalt des Ordners app in den Ordner htdocs von XAMPP.

Nun können Sie den Webshop unter http://localhost/ aufrufen.

m151_webshop's People

Contributors

immernowach avatar simon-winiger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.