Code Monkey home page Code Monkey logo

workshop's Introduction

Workshop

Documents management application based on Laravel and Bootstrap. Includes the following integrations:

  • Mailchimp newsletter subscription
  • Sendgrid email marketing
  • Cloudinary assets upload

Getting Started πŸš€

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites πŸ“‹

The programs you need are:

Installing πŸ”§

Duplicate the file .env.example as .env and set your credential for the database in.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=database_name
DB_USERNAME=root
DB_PASSWORD=

Then install the PHP packages.

composer install

Generate the application key.

php artisan key:generate

Then install the JavaScript packages with npm.

npm install

Finally generate the database with fake data:

php artisan migrate --seed

Running the project πŸ’»

First generate the public files with

npm run dev

Note: Each time SASS and JavaScript files are updated you need to run the past command, to make it easier run:

npm run watch

Finally run the serve

php artisan serve

Deployment πŸ“¦

To deploy the project you need extra configurations for optimization and security as:

Generate optimized JavaScript files.

npm run production

Set in the file .env the next configuration.

APP_ENV=production

Built With πŸ› οΈ

Authors

Contributing

You're free to contribute to this project by submitting issues and/or pull requests.

workshop's People

Contributors

odagora avatar dependabot[bot] avatar sportika-socios avatar

Stargazers

 avatar

Watchers

 avatar

workshop's Issues

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.