Code Monkey home page Code Monkey logo

evershop's Introduction

Evershop

The best place to Buy

Evershop is a web app that allows you manage a very basic shop. Developed as part of "Software Engineer Admission Test".

Features

  • Test Driven Development (TDD).
  • Web Checkout is used as Payment Gateway.
  • Generate Orders.
  • Show Order Detail.
  • Check Order Status.
  • Orders List.

Technologies

Laravel 8 - Laravel is a web application framework with expressive, elegant syntax. MySQL - MySQL is the world's most popular open source database. PHP - PHP is a popular general-purpose scripting language that is especially suited to web development. PHPUnit - PHPUnit is a programmer-oriented testing framework for PHP.

Bootstrap - The world’s most popular framework for building responsive, mobile-first sites.

Installation

git clone https://github.com/stalinscj/evershop.git
cd evershop
composer install

(If it was not copied automatically after installation):

cp .env.example .env

(If it was not generated automatically after installation):

php artisan key:generate

From MySQL CLI:

CREATE DATABASE db_database;

In .env file set the following variables:

APP_NAME=
APP_URL=

DB_CONNECTION=
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

WEB_CHECKOUT_LOGIN=
WEB_CHECKOUT_TRANKEY=
WEB_CHECKOUT_URL=
php artisan migrate
php artisan test
php artisan serve

Desde un navegador ingresar a http://127.0.0.1:8000

evershop's People

Contributors

stalinscj avatar

Watchers

James Cloos avatar  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.