This tool was made to manage contacts and important information for the SaveTheInternetTeam
Deployment:
https://crm.savetheinternet.info
Frontend:
| Name | Version |
|---|---|
| JQuery | 3.3.1 |
| Bootstrap | 4.1.0 |
Backend (NodeJS Dependencies):
| Name | Version |
|---|---|
| Laravel | 5.6.11 |
Installation & Quick setup:
- Open up your favorite terminal (and navigate somewhere you want to download the repository to)
- Make shure that you have Node.js and Composer installed, if not - install them.
- Clone the project
- Run
composer install - Run
npm install - Adapt
.envFile to your needs (Needs a Valid Database) - Run
php artisan migrate - Create one Account
- Run
php artisan make:base
Have fun.
