Skip to content

iogrt/vCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vCard

This website allows users to create virtual banking accounts for sending money to others.

Main features

  • Creating virtual cards (vCards) associated to phone numbers;
  • Transfer "money" (simulated) between vCards or to other payment services (simulated);

vCard Homepage

  • Create categories and assign transactions to categories;
  • Access statistics like balance and number of transactions throughout time;

vCard Homepage

How to run

  • Backend server: run sail (requires docker and sudo if docker requires sudo)
cd vcardlaravel
cp .env.example .env
composer install

# if these commands output "Docker is not running." try with sudo.
./vendor/bin/sail up -d
./vendor/bin/sail artisan migrate
./vendor/bin/sail artisan db:seed
./vendor/bin/sail artisan passport:install
./vendor/bin/sail artisan storage:link
./vendor/bin/sail artisan passport:client --password
# copy client id and client secret to the .env file (overriding what's present)
  • Vue: (requires nodejs)
cd vcardvue
cp .env.example .env
npm install
npm run serve
  • Websocket server: (requires nodejs)
cd vcardws
cp .env.example .env
npm install
node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published