Coder Social home page Coder Social logo

sales-app's Introduction

Sales-App <3

This is a Sales application built with Laravel and VueJS with a CoreUI template.

Laravel VueJS

My intention with this app is that new developers can have a concrete application with Laravel + VueJS where they can use it as example to learn the right way, implementing the best practices possible and at the same time learn how TDD is done. So this will be an example application but completely usable for any similar case.

In case you know some good practice appropriate to this app, by all means please send a PR so that new devs can start building cools apps as quickly as possible.

  • Categories CRUD
  • Articles CRUD

ToDo's

Test Suite:
  • Categories Tests
  • [] Articles Tests
To run all tests just use the command:
`/project/path$ ./vendor/bin/phpunit --testdox`

PHPUnit 7.3.5 by Sebastian Bergmann and contributors.

Feature\Category
 ✔ Can visit categories index
 ✔ Can create categories
 ✔ Can update a category
 ✔ Can toggle the status of a category
 ✔ Can get active categories

Time: 122 ms, Memory: 20.00MB

OK (5 tests, 10 assertions)
Improvements
  • [] Enhance Search functionality in table
  • [] Refactor/Recycle Vue Components

Installation

  • git clone https://github.com/Bcryp7/sales-app.git
  • composer install
  • npm install
  • cp .env.example .env
  • php artisan key:generate
  • Set DB credentials in .env file — php artisan migrate
  • npm run watch
  • php artisan serve
  • Learn!

sales-app's People

Contributors

albertorsesc avatar djaca avatar ismaail avatar konfuze avatar miaababikir 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.