Skip to content

Kasmir Cart is an e-commerce website built on some of the most popular open source technologies such as Codeigniter, Vanilla JS and Bootstrap.

License

Notifications You must be signed in to change notification settings

JestherCostinar/cartmir

Repository files navigation

Kasmir Cart 🛒

What is Kasmir Cart![Cartmir]

Kasmir Cart is an e-commerce website built on some of the most popular open source technologies such as Codeigniter and Vanilla JS.

💾 Technologies

Programming Languages and Framework:

  • CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.
  • PHP is an open-source server-side scripting language that many devs use for web development.
  • Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
  • JavaScript is a scripting or programming language that allows you to implement complex features on web pages
  • MySQL is a relational database management system. Databases are the essential data repository for all software applications.

Installation

Requirements:

  • PHP 7.4
  • MySQL

Configuration:

  • Create the .env file:
cp env .env
  • Open the .env file and configure the database access
database.default.hostname = localhost
database.default.database = kasmir_ecommerce
database.default.username = root
database.default.password = 
database.default.DBDriver = MySQLi
  • Install packages:
composer install
  • Create database tables (CI4 migrations)
php spark migrate
  • Set up mailtrap.io to use for smtp server
go to app\Config\Email.php to configure mailtrap.io
  • Then run
php spark serve

👨‍💻Contact Me 🚀🔵

Frontpage

About

Kasmir Cart is an e-commerce website built on some of the most popular open source technologies such as Codeigniter, Vanilla JS and Bootstrap.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published