Skip to content

Web application to learn and trade crypto with play money

Notifications You must be signed in to change notification settings

magdalenatsolaki/cryptoAcademy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoCademy

SETUP FOR LOCAL DEVELOPMENT

(https://laravel.com/docs/9.x/sail)

.env File erstellen

$ cp developer.env .env

Composer install (einmalig) zum Installieren aller dependencies

$ docker run --rm --interactive --tty --volume $PWD:/app --volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp composer install

Alias für SAIL erstellen

$ alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'

Zum startet der Anwendung

$ sail up OR sail up -d

Cryptocademy ist über: http://localhost:8123 erreichbar

Mailhog der der alle Mails der Anwendung fängt über: http://localhost:8025

Backend

QUEUE

$ sail artisan queue:work

Migration

$ sail artian migrate --force

Frontend

Build VueJS frontend (hot reload):

$ sail npm run watch

Build VueJS frontend (production):

$ sail npm run prod

Rest API Routen

Auth

User

Transacion

Transacion

News Feed


About

Web application to learn and trade crypto with play money

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 37.5%
  • SCSS 28.8%
  • CSS 16.6%
  • JavaScript 13.3%
  • PHP 3.7%
  • Shell 0.1%