Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
/ crm Public archive

(Live Link) (2016) This project is a remake of my barebones CRM. Built with Laravel 5.

License

Notifications You must be signed in to change notification settings

kkamara/crm

Repository files navigation

crm.png

crm2.png

Client Relational Management System

(2016) This project is a remake of my barebones CRM. Built with Laravel 5.x.

Installation

Install Docker and Docker Compose.

Setup

Our Makefile is based at the root of project directory and provides us with a number of useful commands.

What you want to do is go to the root directory where you've stored this project and run the following commands:

cp .env.example .env # make our environment variables accessible to the app
make dev

This will build our app and all it's required services and libraries, as well as provide seed data for the database service.

When make dev completes your app should be accessible from any web browser on your system at the following address:

http://localhost:8000

Popular APIs Included

Front end design by maridlcrmn & j_holtslander

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD