Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgeandrespadilla/inventory-management-app

Inventory Management App (Headstarter Fellowship - Week 2)
https://github.com/jorgeandrespadilla/inventory-management-app

firebase mui nextjs openai react typescript

Last synced: about 1 month ago
JSON representation

Inventory Management App (Headstarter Fellowship - Week 2)

Awesome Lists containing this project

README

        

# Inventory Management App

This project is a inventory management application that allows users to keep track of inventory items by adding or removing items and updating their quantities. The project uses Next.js as the frontend framework, Material UI for the UI components, and Firebase as the backend service.

## Getting Started

1. Clone the repository.
2. Install the dependencies by running `npm install`.
3. Create a copy of the `.env.local.example` file and rename it to `.env.local`. Fill in the environment variables with your Firebase project configuration.
4. Run the development server by running `npm run dev`.
5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.