Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorexa34314/crm-vue-supabase
CRM System on Vue 3 with Supabase
https://github.com/igorexa34314/crm-vue-supabase
crm-system supabase supabase-js typescript vuejs
Last synced: 4 months ago
JSON representation
CRM System on Vue 3 with Supabase
- Host: GitHub
- URL: https://github.com/igorexa34314/crm-vue-supabase
- Owner: igorexa34314
- Created: 2023-08-07T21:44:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T20:02:35.000Z (6 months ago)
- Last Synced: 2024-09-28T11:01:19.717Z (4 months ago)
- Topics: crm-system, supabase, supabase-js, typescript, vuejs
- Language: Vue
- Homepage: https://crm-vue-supabase.vercel.app
- Size: 2.59 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM System on Vue 3 Composition Api
### This project is based on Vue 3 Composition API using Vuetify UI library. Bundled with Vite.
### Powered on Supabase SDK[![crm-vue-supabase1.png](https://i.postimg.cc/htpV5nMD/crm-vue-supabase.png)](https://postimg.cc/DS4WSttH)
[![crm-vue-supabase2.png](https://i.postimg.cc/25pRZpRw/crm-vue-supabase.png)](https://postimg.cc/v4vSJNmg)
[![crm-vue-supabase3.png](https://i.postimg.cc/BQr4xP2H/crm-vue-supabase.png)](https://postimg.cc/N5k3tMJj)
[![crm-vue-supabase4.png](https://i.postimg.cc/9FRqmTW7/crm-vue-supabase.png)](https://postimg.cc/jLTjvDnx)This CRM system allows you to calculate expenses by created categories, as well as view expenses statistics. You can convert watch your bill and history on different currency rates - automatic conversion enabled. There is a built-in support for languages: English Russian, Ukrainian.
The application contains pages: Your Account, History, Planning, New Entry, Category.Try it on:\
[Netlify](https://crm-vue-supabase-igorexa34314.netlify.app "CRM Vue")\
[Vercel](https://crm-vue-supabase.vercel.app "CRM Vue")\
[Github Pages](https://igorexa34314.github.io/crm-vue-supabase "CRM Vue")Copy repo code and setup it with package manager (pnpm recommended):
```
git clone https://github.com/igorexa34314/crm-vue-supabase.git
cd ./crm-vue-supabase
```
```
pnpm i
pnpm dev
```