Marca Embalagens

screenshot of Marca Embalagens
nextjs
react
chakra-ui
supabase

Marca is a Serverless ERP that atempts to attend a local business needs. Made with NextJS it runs a Supabase as BaaS and React-query as data caching.

Product Analysis: ERP Under Development

Overview

This ERP system is currently under development and aims to solve the local business necessities for handling customers, suppliers, products, orders, and drafts. It offers various features to manage and organize these aspects of a business. The system is built using NextJS, ContextAPI, Chakra UI, React Query, React Hook Forms, Yup, Supabase, Axios, Jest, and Cypress.

Features

  • Add/View/Edit Customers/Orders/Drafts/Products/Suppliers: Allows users to add, view, and edit information related to customers, orders, drafts, products, and suppliers.
  • Add/View/Edit/Delete Addresses for Customers and Suppliers: Provides the functionality to add, view, edit, and delete addresses for customers and suppliers.
  • Filter Orders/Drafts/Customers/Products/Suppliers: Enables users to filter and search for specific orders, drafts, customers, products, and suppliers.
  • Print Orders and Drafts: Allows users to print orders and drafts for easy reference and documentation.
  • Share Drafts with Whatsapp: Provides the ability to share drafts with contacts on Whatsapp directly from the system.
  • Multi-tenant Architecture: Supports multi-tenancy, allowing multiple businesses to use the system simultaneously.
  • Edit profile information with Logo image upload: Users can update their profile information, including uploading a logo image.

Summary

This ERP system is currently being developed to fulfill the needs of a local business. It offers various features for managing customers, suppliers, products, orders, and drafts. The system is built using NextJS, ContextAPI, Chakra UI, React Query, React Hook Forms, Yup, Supabase, Axios, Jest, and Cypress. The installation process involves cloning the repository, installing dependencies, and starting the development server.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

supabase
Supabase

Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.