Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.28 KB

SaveTheInternet


Save the Internet with us


📌 About

This tool was made to manage contacts and important information for the SaveTheInternetTeam


💻 Website

Deployment:

https://crm.savetheinternet.info


🔧 Used technologies / Libraries / Frameworks

Frontend:

Name Version
JQuery 3.3.1
Bootstrap 4.1.0

Backend (NodeJS Dependencies):

Name Version
Laravel 5.6.11

📈 Local testing

Installation & Quick setup:

  1. Open up your favorite terminal (and navigate somewhere you want to download the repository to)

  2. Make shure that you have Node.js and Composer installed, if not - install them.
  3. Clone the project
  4. Run composer install
  5. Run npm install
  6. Adapt .env File to your needs (Needs a Valid Database)
  7. Run php artisan migrate
  8. Create one Account
  9. Run php artisan make:base

Have fun.