Installation

To run the app locally, you'll need to have Node.js and MongoDB installed on your machine. Here are the steps to get started:

1.Clone the repository to your local machine:

git clone https://github.com/RashidBik/accountant.git

2.Install the dependencies:

cd accountant
npm install

3.Create a .env file in the root of the project and add your MongoDB connection string:

MONGO_URI=your-mongodb-connection-string

Run the app:

npm run dev

Open the app in your preferred web browser at http://localhost:5173.