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

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

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.

![port env](https://github.com/creative-tutorials/wishme/assets/68476321/814af0e2-b606-406a-863a-d803804e8085)

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