All Projects → themosis → bookstore

themosis / bookstore

Licence: other
Demo website built with the Themosis framework.

Programming Languages

PLSQL
303 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bookstore

ketabhome-shopping-cart-admin-panel
🛒 📙 📔 ketabhome is an online java book store application with admin panel based on servlet, with database c3p0 connector
Stars: ✭ 19 (-73.61%)
Mutual labels:  bookstore
plugin
Themosis framework plugin boilerplate.
Stars: ✭ 55 (-23.61%)
Mutual labels:  themosis-framework
micro-livraria
Exemplo prático de uma pequena livraria virtual implementada usando microsserviços. Inclui também duas tarefas práticas para os alunos.
Stars: ✭ 91 (+26.39%)
Mutual labels:  bookstore
ecommerce-shopfront-on-aws
A high availability, API-first reference architecture for ecommerce using AWS services
Stars: ✭ 56 (-22.22%)
Mutual labels:  bookstore
openbookstore
Bibliographic search of books and personal manager https://gitlab.com/myopenbookstore/openbookstore
Stars: ✭ 24 (-66.67%)
Mutual labels:  bookstore
Online-Book-Store
An online Book Store createed with Python / Flask rest, MySql,Angular and Bootstrap
Stars: ✭ 76 (+5.56%)
Mutual labels:  bookstore

Bookstore

The Bookstore is a sample project used to demonstrate best practices in developing a WordPress application or website using the Themosis framework.

The project shows to developers how to work with the APIs, how to configure and develop a custom plugin and handle the front-end output with a custom theme.

Requirements

  • PHP >= 5.6.4
  • Themosis framework >= 1.3.0

Installation

The project comes with a local configuration and a MySQL dump. In order to install this demo project on your local machine, please follow the steps below:

  1. Download, from our GitHub repository, the project .zip file and extract it.
  2. Setup a Virtual Host with a local host value of bookstore.dev.
  3. Set Virtual Host root path to the project htdocs directory.
  4. From your MySQL local server, create a database with a name of bookstore.
  5. Create a MySQL user with a username of demo and a password of demo for localhost.
  6. Assign the demo user privileges to the bookstore database.
  7. Import project MySQL data, stored in the project data/bookstore.sql file into the bookstore database.
  8. Open your Console/Terminal, go to the bookstore root directory and run a composer install command.
  9. From the browser, visit the http://bookstore.dev/ URL.
  10. The Bookstore project is now installed. Enjoy!

WordPress

The imported database contains a default WordPress user with an administrator role. In order to log in the WordPress administration, visit the bookstore.dev/login URL and use the following access:

  • Username: demo
  • Password: demo

Notes

The bookstore project is a simple website showing some of the available APIs of the Themosis framework.

The project is composed of the following elements:

  • The Themosis framework core plugin
  • The bookstore theme
  • A books-manager plugin developed based on the Themosis framework plugin boilerplate
  • A bookstore-faqs minimalist plugin using some framework APIs
  • The uploads directory with media images used along the project content

The project's theme is by default configured to use Twig views stored into its resources/views/twig directory but there are also Blade views stored into the resources/views/blade.

We encourage you to explore both plugins and the theme code in order to get familiar with the APIs of the Themosis framework.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].