Giter Site home page Giter Site logo

project-demo's Introduction

Project Demo

This is a demo of a basic CRM in Laravel. It is themed with Core UI.

Installation

  1. Start by cloning this project.
https://github.com/andrewjamesbibby/project-demo.git
  1. Install all required libraries
composer install
  1. Create an sqlite database file
touch database/database.sqlite
  1. Create a test database (only if testing)
touch database/testdb.sqlite
  1. Migrate and seed
php artisan migrate --seed
  1. Copy .env.example to .env. Ensure the mail driver is set to log and the DB_DATABASE is the relative path to the database/sqlite file.

  2. Spin up local webserver from project root

php artisan serve
  1. Navigate to http://127.0.0.1:8000 and login with [email protected] | password

  2. To ensure images are correctly linked between storage and public folders run:

php artisan storage:link

Testing

To run unit test - ensure the test database exists (see above) and run:

phpunit

Development

The javascript and css files have been pre compiled to production assets. To work on them first install all npm libraries.

npm install

Then after making any changes run:

npm run dev

Or a watcher can be run with:

npm run watch

project-demo's People

Contributors

andrew-bibby avatar

Watchers

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