Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andres15alvarez/universitybank

Bank for students of UCLA. This project is for educational purpose only.
https://github.com/andres15alvarez/universitybank

fintech typescript vue vuetify

Last synced: 20 days ago
JSON representation

Bank for students of UCLA. This project is for educational purpose only.

Awesome Lists containing this project

README

        

# University Bank

![University Bank logo](https://universitybank.sirv.com/images/logo-no-background.png)

[![Netlify Status](https://api.netlify.com/api/v1/badges/1bf17f15-70a6-4f6f-91d4-3dc363c56ed8/deploy-status)](https://app.netlify.com/sites/universitybank/deploys)
![Github Actions Status](https://github.com/andres15alvarez/universitybank/actions/workflows/main.yml/badge.svg)
[![codecov](https://codecov.io/gh/andres15alvarez/universitybank/graph/badge.svg?token=T3B30DDZ3J)](https://codecov.io/gh/andres15alvarez/universitybank)

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Format with [Prettier](https://prettier.io/)

```sh
npm run format
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
npm run test
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```