https://github.com/parin-prog/product-inventory-system
https://github.com/parin-prog/product-inventory-system
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parin-prog/product-inventory-system
- Owner: parin-prog
- Created: 2024-05-01T10:23:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T10:23:46.000Z (about 2 years ago)
- Last Synced: 2024-12-30T00:15:05.280Z (over 1 year ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to Run
1. **Clone the Repository**: Start by cloning this repository to your local machine.
2. **Backend Setup**:
- Navigate to the backend directory and run `npm install` to install the required backend dependencies.
- Configure the database and environment variables as specified in the backend documentation.
- Run `npm start` to start the server.
3. **Frontend Setup**:
- Navigate to the frontend directory and run `npm install` to install the required frontend dependencies.
- Configure the frontend environment variables as necessary.
- Run `npm run dev` to launch the frontend.
4. **Access the Application**:
- Visit the application in your web browser at `http://localhost:5173` (by default for the frontend).
- Ensure the backend is running on a different port as specified in your configuration.