Giter Site home page Giter Site logo

aouladlahceneoussama / art-certification-managment Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6.21 MB

This application is made using Laravel 8.4 with jetstrem kit that come with livewire components and the laravel-admin package. the idea of this project is to manage the relation between the artist and the buyer, by managing their arts, demands, and verification of certifications, the application traits all the process from the demande until the generating of the certificate of the specific art

Home Page: https://art-certification-managment.herokuapp.com/

Shell 0.14% Procfile 0.01% PHP 61.55% Blade 38.31%
jetstream-laravel laravel livewire php7

art-certification-managment's Introduction

art-certification-managment

This application is made using Laravel 8.4 with jetstrem kit that come with livewire components and the laravel-admin package. the idea of this project is to manage the relation between the artist and the buyer, by managing their arts, demands, and verification of certifications, the application traits all the process from the demande until the generating of the certificate of the specific art.

Requirements

  • php >= 7.4
  • Laravel = 8.4

Instruction to install the application

git clone ...
cd art-certification-managment
composer install
npm install
php artisan migrate

Don't forget to copy the env file and enter a valid database name before migration. After creating .env file please run this command to generate an application key

php artisan key:generate

The last thing to do is to insert the smtp mail trap to catch emails, and you need also to use the braintree gateway for the payment.

MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME= your username
MAIL_PASSWORD= your password
MAIL_ENCRYPTION=tls

BRAINTREE_ENV=sandbox
BRAINTREE_MERCHANT_ID=
BRAINTREE_PUBLIC_KEY=
BRAINTREE_PRIVATE_KEY=

usage

php artisan serve

Register to the application.

Functionalities

  • Create your profile.
  • The user add the demands by inserting all the informations about the art.
  • The user can verify the originality of its art by a generated code.
  • All the payment are done using paypal or masterCard (directly for the persons in the same city).
  • Generate the certificate after traiting the informations and the pictures of the art.
  • The admin approve the account creation of the users.

art-certification-managment's People

Contributors

aouladlahceneoussama avatar

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.