Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanad124/invoicefy
Invoicefy | Manage your daily invoices and accounts and keep track of your balance
https://github.com/hanad124/invoicefy
expressjs firabase mern-stack mongodb reactjs shadcn-ui typescript zustand
Last synced: about 1 month ago
JSON representation
Invoicefy | Manage your daily invoices and accounts and keep track of your balance
- Host: GitHub
- URL: https://github.com/hanad124/invoicefy
- Owner: hanad124
- Created: 2024-04-16T17:06:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T20:48:31.000Z (9 months ago)
- Last Synced: 2024-04-27T19:48:25.382Z (9 months ago)
- Topics: expressjs, firabase, mern-stack, mongodb, reactjs, shadcn-ui, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invoicefy - A simple invoice generator
Invoicefy is a web-based application that allows users to create and download invoices in PDF format. Users can also view all invoices, track the status of invoices, and manage their profile and settings. The application is built using React,Typescript, Node.js, Express, and MongoDB. The frontend is built using React and Zustand for state management, while the backend is built using Node.js and Express. MongoDB is used as the database, and Firebase is used for image storage. The application also uses shadcn ui for the design.
![Portfolio Preview](./client/public/Thumbnail.svg)
## Table of Contents
- [Features](#features)
- [Tech Stack](#tech-stack)
- [Installation](#installation)
- [License](#license)
- [Author](#author)
- [Contribution](#contribution)## Features
- Create and download invoices in PDF format.
- View all invoices.
- Track the status of invoices.
- Responsive design.
- User authentication.
- User profile.
- User settings.
- personliased dashboard.## Tech Stack
- React
- Node.js
- Express
- MongoDB
- Zustand
- firebase
- shadcn ui## Installation
1. Clone the repository
```bash
git clone https://github.com/hanad124/invoicefy.git
```2. Install dependencies
```bash
cd server && npm install
cd client && npm install
```3. Create a `.env` file in the server directory and add the following environment variables
```bash
PORT=5000
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
```4. Create a `.env` file in the client directory and add the following environment variables
```bash
REACT_APP_API_URL=http://localhost:5000
```5. Run the server
```bash
cd server && npm run dev
```6. Run the client
```bash
cd client && npm run dev
```7. Visit `http://localhost:5173` in your browser
## License
MIT License
```
MIT License```
## Author
- [Hanad Mohamed](https://github.com/hanad124)
## Contribution
Contributions are always welcome!