Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jorgeandrespadilla/inventory-management-app
- Owner: jorgeandrespadilla
- Created: 2024-07-31T03:21:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T13:38:53.000Z (5 months ago)
- Last Synced: 2024-08-06T15:47:14.135Z (5 months ago)
- Topics: firebase, mui, nextjs, openai, react, typescript
- Language: TypeScript
- Homepage: https://inventory-management-app-cyan.vercel.app
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.