Project planification and budgeting
VRP started as a personal side projet in order to help me plan and budget my different projects. Gradually, this is evolving into an ERP System for freelancers and vacataires.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This section list any major frameworks/libraries used to bootstrap this project.
These are the instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
If you want to run Planary you need to have a MySQL server available, npm and composer installed on your computer.
You need `composer`` to install the project and then follow the usual steps for a Laravel project.
- Clone the repo
git clone https://github.com/marcyves/VRP.git
- Install Laravel modules
composer install- Copy .env.example to .env Review Data Base parameters, you can go for SQLite or MySQL but in this case you need to set up and start a MySQL server.
- Set the application key
php artisan key:generate- Create the Database
php artisan migrate- Install NPM packages
npm install
- Run Vite
npm run dev- Create Readme
- Add "Roadmap" to the readme
- Multi-language Support
- French
- Italian
See the open issues for a full list of proposed features (and known issues).
- 1 admin (for their company)
- 2 éditeur
- 3 rédacteur
- 4 SuperAdmin (all companies)
You can give a try to the project at http://vrp.xdm-consulting.fr/
email: [email protected] password: topsecret
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the GPL 3 License. See LICENSE.txt for more information.
Marc Augier - @marcyves
Project Link: https://github.com/users/marcyves/projects/3
Resources I find helpful and would like to give credit to.
- Best README Template
- Choose an Open Source License
- GitHub Emoji Cheat Sheet
- Malven's Flexbox Cheatsheet
- Malven's Grid Cheatsheet
- Img Shields
- GitHub Pages
- Font Awesome
- React Icons
- Tailwind documentation
- Flowbite
- Awesome Badges
Pourquoi pas me remercier en m'offrant un café ?
Réalisé par @marcyves

