Giter VIP home page Giter VIP logo

cartsample's Introduction

CartSample

A sample application to allow Booking of Lab Test/ Book Lab Test Package. Lab tests/packages are treated as items.

First Page - Login Page

URL- http://localhost/CartSample/Login

After Loggin in Click on Items in the Menu, add items to cart, and then place order. Cart data will be saved in Redis.

MySQL DB schema and connection

For DB schema and populating master tables, run the .sql file oms.sql kept in system/database. Update db credentials in application/config/database.php

Login Credentials

3 login credentials have been created which are as follows:-

  1. Username- root, Password- password
  2. Username- test, Password- test123
  3. Username- admin, Password- admin

More users can be added in the tbl_users table manually. The password field's value can be generated through the below PHP code:

$hash = password_hash($password, PASSWORD_DEFAULT);

cartsample's People

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.