Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stevengragg/virtualtransactionapp
- Owner: stevengragg
- Created: 2023-02-08T08:13:28.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-03-26T14:54:48.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T11:21:47.662Z (about 2 months ago)
- Topics: meteor, meteorjs, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 446 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:mochaTEST_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