Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.83 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.83 KB

Goodminder

Goodminder is a free web-app for you to collect and create meaningful text.

Front-end developer: sepuckett86
Back-end developer: codegold79

First launch: Jan. 1, 2019.
We are continually improving this site. Feedback is welcome.

Web Site

www.goodminder.com

Our Set-up

This app was made using Laravel, Laravel-Mix, React, Redux, and MySQL.

Developmental Server

How to use this repository via Homestead

  1. update homestead.yaml folders and sites to include your repo followed by vagrant up --provision
  2. update /etc/hosts to include new site
  3. composer install within Laravel folder within ssh virtual machine
  4. duplicate .env.example and rename copy .env in the Laravel folder
  5. php artisan key:generate
  6. php artisan migrate
  7. npm install
  8. npm run dev

Note: you may need to type npm install cross-env before npm run dev

Note 2: You will also need to add .env details about mail, as well as run database seedings and/or migrations.

Resources