Bidou is a simple web app to manage family expenses and how much money each member deposits into the joint account.
- pnpm
- A MongoDB database - You can use Atlas MongoDB
-
Install NPM packages
pnpm install
-
Create a
.env
based on.env.example
and add your config// Your database connection (need to include database name) const DATABASE_URL = ""; // Password used to enter in the app. There is no user account, only a password. const PASSWORD = "";
pnpm dev
Warning: You need to setup your environment before!
Do not deploy main
branch directly. Use the latest version with a tag instead, see Releases.
vercel deploy --prod