https://github.com/creative-tutorials/expi
expi, formerly known as wishme is now a simple expense tracker application
https://github.com/creative-tutorials/expi
excel expense-manager expense-tracker expi expressjs monorepo nextjs nextjs14 nodejs
Last synced: 2 days ago
JSON representation
expi, formerly known as wishme is now a simple expense tracker application
- Host: GitHub
- URL: https://github.com/creative-tutorials/expi
- Owner: creative-tutorials
- Created: 2024-01-08T17:15:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T01:02:21.000Z (about 2 years ago)
- Last Synced: 2025-01-22T22:30:46.647Z (about 1 year ago)
- Topics: excel, expense-manager, expense-tracker, expi, expressjs, monorepo, nextjs, nextjs14, nodejs
- Language: TypeScript
- Homepage: https://expi.vercel.app
- Size: 8.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expi Monorepo
## How to run
To get started with the Wishlist Monorepo, follow these steps:
## 1. Clone the repo
```bash
git clone https://github.com/creative-tutorials/wishme.git
```
## 2. Install Frontend Dependencies
```bash
cd frontend
```
## Install Frontend Dependencies
```powershell
pnpm i
```
> [!NOTE]
> This will install all necessary frontend dependencies.
## 3. Start the Frontend Application
```powershell
pnpm dev
```
> [!NOTE]
> This command will start the frontend of the application.
## 4. Install Backend Dependencies
Navigate to the Backend Directory
```bash
cd backend
```
## Install Backend Dependencies
```powershell
pnpm i
```
> [!NOTE]
> This will install all necessary frontend dependencies.
## 5. Start the Backend Application
```powershell
pnpm dev
```
## 6. Access the Application
Once you've sucessfully installed and started the application, you can access the frontend application on the following URL: http://localhost:3000
For the backend replace `` with the specific port number you want to use.

> [!TIP]
> You can hide your `port` if you don't want it to be displayed publicly