WebDeveloper0315 / inventory-nextjs-antd

This project can manage inventory using Next.js and Ant Design component.
https://inventory-nextjs-antd.vercel.app
13 stars 9 forks source link
ant-design antd inventory inventory-management mongodb nextjs nextjs14-typescript

Inventory Management using Next.js

This website was built with Next.js 14.2.0 and Ant Design.
This project uses App router.
This Project runs only in local mode for now, because it uses local mongodb.
So if you want run in online mode, you have to change MONGO_URI in the config.ts.

:arrow_forward: Local Setup (Developer Mode)

First, clone this repository:

git clone https://github.com/WebDeveloper0315/inventory-nextjs-antd.git

Install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

:arrow_forward: Local Setup (Running Mode)

After clone this repository, just run the building.cmd in terminal

.\building.cmd

After finished building, run the "running.cmd" in terminal

.\running.cmd

Open http://localhost:3000 with your browser to see the result. It will very fast because the project is builded.

▶️ Running directly the deployed page

You can check the page from https://inventory-nextjs-antd.vercel.app/ (You have to change the config.ts file to run in online mode.)

:handshake: License

MIT License

Copyright (c) 2023 Blackghost

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.