Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevengragg/virtualtransactionapp

Virtual Transaction App for allowing students to request documents to the school and provide requirements in return. School admins can validate those requests.
https://github.com/stevengragg/virtualtransactionapp

meteor meteorjs reactjs tailwindcss

Last synced: 8 days ago
JSON representation

Virtual Transaction App for allowing students to request documents to the school and provide requirements in return. School admins can validate those requests.

Awesome Lists containing this project

README

        

# Virtual Transaction App

This is a Virtual Transaction App for allowing students to request documents to the school and provide requirements in return. School admins can validate those requests.

Checkout the app [here](https://www.uccvta.app)

## Installation

Clone the repository

```bash
git clone https://github.com/katherinegragg/virtualtransactionapp.git
```

Install dependencies:

```bash
npm install
```

Run the app:

```bash
meteor run
```

## Testing

Run tests with Mocha:

```bash
meteor test --once --driver-package meteortesting:mocha

TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha

```

Visualize bundle size with Bundle Visualizer:

```bash

meteor --production --extra-packages bundle-visualizer

```

## Dependencies

- @babel/runtime
- autoprefixer
- meteor-node-stubs
- postcss
- postcss-load-config
- react
- react-dom