Stockwatch App Getting Started git clone git@github.com:Stock-Watch-App/Stockwatch.git cd stockwatch cp .env.example .env npm install composer install php artisan key:generate Add Database details to ENV file php artisan db:create php artisan migrate php artisan serve npm run dev