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

https://github.com/nguyenbn7/financial-saas

Manage your personal finance
https://github.com/nguyenbn7/financial-saas

drizzle kysely shadcn-svelte sveltekit

Last synced: 3 months ago
JSON representation

Manage your personal finance

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![project_license][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

Finance SaaS Platform


Demo Sveltekit


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage


  4. License

  5. Contact

  6. Acknowledgments

## About The Project

[![Finance SaaS Platform Preview][screenshot]](https://financial-portal-eight.vercel.app)

I use [Build a Finance SaaS Platform With Nextjs, React, Honojs with CSV Upload (2024)](https://www.youtube.com/watch?v=N_uNKAus0II) course from [Code With Antonio](https://www.youtube.com/@codewithantonio) to apply and learn [Sveltekit](https://svelte.dev/) and apply CI/CD to vercel. This is not **PRODUCTION** application and not used for commercial purpose. Please do not use any sensitive information on demo.

(back to top)

## Getting Started

This is a summary of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

You can use [Bun](https://bun.sh/) or [NPM]() to install dependencies. For Bun installation see this [link](https://bun.sh/docs/installation)

### Installation

1. Clone the repo
```sh
git clone https://github.com/nguyenbn7/financial-saas.git
```
2. Install NPM packages
* `NPM`
```sh
npm install
```
* `Bun`
```sh
bun install
```
3. See `.env.example` and make `.env` base on `.env.example` for each project.
4. Change git remote url to avoid accidental pushes to base project
```sh
git remote set-url origin nguyenbn7/financial-saas
git remote -v # confirm the changes
```

(back to top)

## Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

_For more examples, please refer to the [Video](https://www.youtube.com/watch?v=N_uNKAus0II)_

(back to top)

## License

Distributed under the project_license. See `LICENSE` for more information.

(back to top)

## Contact

Project Link: [https://github.com/nguyenbn7/financial-saas](https://github.com/nguyenbn7/financial-saas)

(back to top)

## Acknowledgments

* [Build a Finance SaaS Platform With Nextjs, React, Honojs with CSV Upload (2024)](https://www.youtube.com/watch?v=N_uNKAus0II)
* [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
* [Shadcn Svelte by Huntabyte](https://github.com/huntabyte/shadcn-svelte)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/nguyenbn7/financial-saas.svg?style=for-the-badge
[contributors-url]: https://github.com/nguyenbn7/financial-saas/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/nguyenbn7/financial-saas.svg?style=for-the-badge
[forks-url]: https://github.com/nguyenbn7/financial-saas/network/members
[stars-shield]: https://img.shields.io/github/stars/nguyenbn7/financial-saas.svg?style=for-the-badge
[stars-url]: https://github.com/nguyenbn7/financial-saas/stargazers
[issues-shield]: https://img.shields.io/github/issues/nguyenbn7/financial-saas.svg?style=for-the-badge
[issues-url]: https://github.com/nguyenbn7/financial-saas/issues
[license-shield]: https://img.shields.io/github/license/nguyenbn7/financial-saas.svg?style=for-the-badge
[license-url]: https://github.com/nguyenbn7/financial-saas/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/nguyen-bn
[screenshot]: images/screenshot.png