Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 699 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 699 Bytes

BoCo - Bon Compte

Les bons comptes font les bons amis

This project is something we wrote with @delphinemillet and @fabienjuif to handle our common Fortuneo account.

This project can inspired you, but it doesn't aim to be publicly exposed.

Installation

This project use pnpm, you can install dependencies likes this:

pnpm install

Or like this if you don't want to install pnpm:

npx pnpm install

Start localy

You have to write your own .env file, you can take a look to template.env for inspiration.

Then, you have to start the node application:

npm start