Mini-ERP, covering the management (CRUD) of events (barbecues) and their participants.
To start the interactive program, simply go to https://churras-rho.vercel.app/.
churras
was built with Next-js and Firebase in mind. Designed to be quick and easy to use, without the need to have a database installed.

- Create a new user
- Based on email and password
- Login with email and password
- View all the events for the current user
- Add a new event
- Date of the event
- Description of the event
- View the event detail
- Add new participant
- Mark as payed
- Remove participant
To run locally, first copy the .env.example
and add your own Firebase envs.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.