Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

40 lines (21 loc) · 1.14 KB

CRM Software Laravel

CRM(Customer Relation Management System) is a SaaS (software as a service) application that manages customer relationship for small business organizations built using two different technologies, Node.JS and Laravel.


banner

banner

banner

banner

banner


Getting Started

  • Clone the Repo first

  • Install composer then

    composer install/update

  • Copy .env.example file to .env file

    Copy .env.example .env

  • Then generate key

    php artisan key:generate

  • Open .env file and change the DATABASE name and password

  • And finally run

    php artisan serve