Skip to content

EnaBalic7/MAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

MAG

Seminar project for RS II college subject.

Setup Instructions

  1. Open a terminal inside the solution folder.
  2. Run the following commands:
  • set STRIPE_SECRET_KEY=YourSecretKey
  • docker-compose up -d --build

Flutter Desktop

Credentials

  • Username: desktop
  • Password: test

Setup Instructions

Run the following commands:

  • flutter clean
  • flutter pub get
  • flutter run

Note

  • Choose option number 1 (windows) when prompted.

Flutter Mobile

Credentials

  • Username: mobile
  • Password: test

Setup Instructions

Run the following commands:

  • flutter clean
  • flutter pub get
  • flutter run

Using Stripe Keys

  • If you want to use your own Stripe keys, use the following commands:

Mobile app
flutter run --dart-define=STRIPE_PUBLISHABLE_KEY=YourPublishableKey

Backend
set STRIPE_SECRET_KEY=YourSecretKey
docker-compose up -d --build

Stripe Test Card Number

  • Test card number: 4242 4242 4242 4242

Additional Notes

  • Emails are sometimes received in the spam folder of the gmail account.

About

Seminar project for RS II college subject.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published