Skip to content

PaiGoManh/iota

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌱 Seedstore

Seedstore is a modern application designed to streamline the process of managing and distributing seeds for agriculture and gardening. With Seedstore, users can browse, purchase, and manage a variety of seeds while ensuring a smooth and efficient user experience.

Features

  • Seed Catalog: View and explore a wide range of seeds.
  • Search and Filter: Find specific seeds with advanced search and filtering options.
  • User Accounts: Register and manage your profile.
  • Secure Payments: Buy seeds with secure and reliable payment options.
  • Order Tracking: Keep track of your seed orders in real-time.
  • Distributed Technology: Monitor and store seed temperature data using IOTA for both warehouse and transportation.

🎞️ Demo

my dapp

🛠 Built With

Prerequisites

  • NodeJS 16.x
  • MongoDB installed and running locally or remotely

⚙️ Run Locally

Clone the Project and change into the directory

git clone https://github.com/sujinbabups/iota.git
cd iota

Install dependencies

npm install

Configure Environment Variables

Create a .env file in the root directory and add the following:

MONGO_URI=your-mongodb-uri
PORT=5000
JWT_SECRET=your-jwt-secret

Run the application

Backend:

cd backend
npm run dev

Frontend:

cd frontend
npm run dev

The application should now be running at http://localhost:5173.

🎗️ Contributing

The open-source community thrives on the contributions of its members, making it a remarkable space for learning, inspiration, and innovation. Every contribution you offer is deeply valued.

Should you have ideas to enhance this, kindly fork the repository and initiate a pull request. Alternatively, you can open an issue and tag it with enhancement. Remember to star the project! Many thanks!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/<feature_name>)
  3. Commit your Changes (git commit -m '<feature_name>_added')
  4. Push to the Branch (git push origin feature/<feature_name>)
  5. Open a Pull Request

📜 License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Seed transportation platform in IOTA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Solidity 1.4%
  • Other 0.1%