Skip to content

e-evaristo/pisco-crm

Repository files navigation

About PISCO CRM

PISCO is a micro-CRM system (still in early stages) for personal, freelance and small businesses. It can be customized very quickly for Customer Relationship Management, Lead Management System, Project Management or any other usage.

Tecnologies

How to Install

  1. Clone the repo : git clone https://github.com/e-evaristo/pisco-crm.git
  2. $ cd pisco-crm
  3. $ composer install
  4. $ cp .env.example .env
  5. $ php artisan key:generate
  6. $ php artisan storage:link
  7. Create new MySQL database for this application
  8. Set database credentials on .env file
  9. $ php artisan migrate --seed
  10. $ php artisan serve
  11. Access: http://127.0.0.1:8000/admin
  12. Login with :
    • email : admin@admin.com
    • password : password

Screenshots

Login Companies List Employees List Edit Transaction

License

The Pisco CRM is open-sourced software licensed under the MIT license.