Skip to content

AmanShaikh09/SmartStock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartStock

This is my Smart Stock Inventory Management project.

Access from GitHub

You can access the project on GitHub or clone it locally:

git clone https://github.com/AmanShaikh09/SmartStock.git

Setup Step By Step

Prerequisites:

  • Node.js (LTS)
  • Python 3.10+
  • MongoDB (local or cloud)
  1. Clone the repo:
git clone https://github.com/AmanShaikh09/SmartStock.git
cd SmartStock
  1. Backend setup:
cd backend
python -m venv .venv
.venv\Scripts\Activate.ps1
pip install -r requirements.txt
copy .env.example .env
  1. Start MongoDB (make sure it is running locally or update MONGO_URL in .env).

  2. Run the backend API:

python main.py

The API runs on http://127.0.0.1:5001.

  1. Frontend setup (new terminal):
cd frontend
npm install
npm run dev

The frontend runs on http://localhost:5173.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors