Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 345 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 345 Bytes

Stockwatch App

Getting Started

  1. git clone git@github.com:Stock-Watch-App/Stockwatch.git
  2. cd stockwatch
  3. cp .env.example .env
  4. npm install
  5. composer install
  6. php artisan key:generate
  7. Add Database details to ENV file
  8. php artisan db:create
  9. php artisan migrate
  10. php artisan serve
  11. npm run dev