firebase nextjs chakra-ui typescript

Churras - Barbecue Management System

Mini-ERP, covering the management (CRUD) of events (barbecues) and their participants.

Usage


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.

Screenshot 2023-09-30 at 22 15 36

What can you do?


  • 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

Run locally


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.