daviidy / businessensemble

It consisted of building a crowdfunding platform that links entrepreneurs and investors. I've used Laravel framework and PHP 7

Home Page:https://app.businessensemble.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Business Ensemble

screenshot

This project consists of building a crowdfunding platform that links entrepreneurs and investors.

Description

###Admin

  • Can perform CRUD operations on users and assign roles to them
  • Can perform CRUD operations on projects, project categories, pricings

###Entrepreneurs

  • Can perform CRUD operations on their own projects
  • Can send messages to users

##Investors

  • Can save a project
  • Can send message to users
  • Can send money to other users

Guest/Visitor

  • Can view listing of all the projects
  • Can register as an investor or entrepreneur

Built With

  • Laravel 7
  • JQuery 3
  • Bootstrap 4
  • Librairies: Quill Editor, Font Awesome

Live Demo

Live Demo Link

Authors

👤 David YAO

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

How to use the repository ?

1- Connect

2- Install Laravel

##Mac Os, Ubuntu and windows users continue here:

  • Create a database locally
  • Download composer https://getcomposer.org/download/
  • Pull Laravel/php project from git provider.
  • Rename .env.example file to .envinside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )
  • Open the console and cd your project root directory
  • Run composer install or php composer.phar install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan db:seed to run seeders, if any.
  • Run php artisan serve

#####You can now access your project at localhost:8000 :)

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

It consisted of building a crowdfunding platform that links entrepreneurs and investors. I've used Laravel framework and PHP 7

https://app.businessensemble.fr/


Languages

Language:Blade 88.6%Language:PHP 11.1%Language:HTML 0.2%Language:Shell 0.1%Language:Vue 0.0%