creative-tutorials / expi

expi, formerly known as wishme is now a simple expense tracker application

Home Page:https://expi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expi Monorepo

How to run

To get started with the Wishlist Monorepo, follow these steps:

1. Clone the repo

git clone https://github.com/creative-tutorials/wishme.git

2. Install Frontend Dependencies

cd frontend

Install Frontend Dependencies

pnpm i

Note

This will install all necessary frontend dependencies.

3. Start the Frontend Application

pnpm dev

Note

This command will start the frontend of the application.

4. Install Backend Dependencies

Navigate to the Backend Directory

cd backend

Install Backend Dependencies

pnpm i

Note

This will install all necessary frontend dependencies.

5. Start the Backend Application

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 <port> with the specific port number you want to use.

port env

Tip

You can hide your port if you don't want it to be displayed publicly

About

expi, formerly known as wishme is now a simple expense tracker application

https://expi.vercel.app


Languages

Language:TypeScript 90.6%Language:Astro 5.5%Language:CSS 2.1%Language:JavaScript 1.8%