Skip to content

Latest commit

 

History

History
121 lines (97 loc) · 3.89 KB

Learn.md

File metadata and controls

121 lines (97 loc) · 3.89 KB

🚀 AutoMarket 🎨

AutoMarket is an online platform for creating, publishing, and utilizing microautomations. This guide will walk you through the steps to get started with AutoMarket.

👨‍💻 Demo

image

Table of Contents

  1. Project Description
  2. 🔥 Requirement 🔑
  3. 🌟 Why It Matters 🚀
  4. 💡 What Sets Us Apart 💡
  5. 🌟 Tutorial 💡
  6. Building Your Project 🏗️
  7. Contributing 🤝
  8. About AutoMarket ℹ️
  9. Conclusion 🎉

Project description:

📄AutoMarket is an online platform that enables users to create, publish, and utilize microautomations. By leveraging the power of Python and Postgres, AutoMarket streamlines repetitive tasks and enhances productivity.

Before you begin, ensure that your system meets the following requirements:

  • Python >=3.10
  • PostgreSQL instance running on port 5832
  • NodeJS >=20.10.0 (Only required for the frontend)

In today's fast-paced digital world, efficiency is paramount. AutoMarket addresses the need for streamlined automation solutions, empowering users to focus on high-value tasks while minimizing manual effort.

  • Advanced automation capabilities
  • Customizable workflows
  • Robust security measures
  • Dedicated customer support

Our step-by-step tutorial to kickstart your automation journey with AutoMarket.

1. Clone the Repository

First, clone the repository to your local machine using the following command:

git clone https://github.com/knight1001d/automarket.git

2. Install Required Packages

Install dependencies by running the following command from the root of the project:

cd automarket
pip install -r requirements.txt

3. Run the following command from the root of the project to execute the sequential flow:

To start the development server, run the following command:

python sequentialFlow.py <list of action files separated by space> <input>

Example:

python sequentialFlow.py ./actions/readFile.py ./actions/textSummarizer.py https://www.dwsamplefiles.com/?dl_id=176

4. View Your Project

cd frontend
npm i
npm start

5. Watch the development server

Local:        http://localhost:3000

Get started with building your project using AutoMarket:

  • Create a new project folder.
  • Initialize AutoMarket within your project.
  • Define your automation tasks.
  • Run your automation scripts.

Contributions to AutoMarket are welcome! Whether you're a developer, designer, or enthusiast, join us in making automation accessible to everyone.

AutoMarket is developed and maintained by a team of automation enthusiasts dedicated to simplifying complex tasks.

Wrap up your automation journey with AutoMarket. Celebrate your achievements and explore new possibilities for automation.