Skip to content

obillekyle/cake-store-proto

Repository files navigation

Edit the site settings at "/_conf/server.conf"

Features

💪 Flexible
⏱️ Responsive
🔧 Configurable
📝 Crud Complete
 

Requirements

SERVER

  • PHP 7.4 or later
  • Apache Server
  • MySQL Server
  • phpMyAdmin
  • php gd extension

FOR EDITING

  • Visual Studio Code Editor
  • Live Sass Compiler
  • NodeJS

Addons - addons.php

  • Nav() - Builds sites navigation
  • Sidebar() - builds sidebar
  • Scripts() - Adds default scripts and meta tags

APIS

  1. /assets/getImage.php
  2. /assets/getProfile.php
  3. /assets/captcha.php - unused

Installation

  • Extract the zip file into the apache root directory
  • Start the apache server and mysql server
  • Open phpMyAdmin, create a database named store
  • Open the new database and click import on the top of the page
  • Import the shop.sql file into the database by uploading the file and clicking go on the very bottom of the page.
  • Edit the configuration file located in /_conf/server.conf and set the mysql credentials there

Other

  • Do not remove the file named .htaccess, it is there to prevent users from accessing certain files that must be only be seen by the server.
  • It is safe to remove tsconfig.json and other files that are ending with .ts.
  • Do not directly modify css files when changing styles, you must modify all files ending with .scss. Install this Live Sass Compiler automatically compile modified scss files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published