Skip to content
/ roshid Public

A tool for small businesses to create and manage orders on social media.

License

Notifications You must be signed in to change notification settings

siam19/roshid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roshid-server

Roshid is a community-driven, conversation-based social commerce platform. It is an open-source platform that automates the backend of your social media-based businesses.

Website: Roshid.com

Run Locally (for development)

1 . Clone the project

  git clone https://github.com/siam19/roshid.git

2 . Go to the project directory

  cd roshid

3 . Pull .env file template in root directory of the project. Fill it with your credentials.

curl -o .env https://gist.githubusercontent.com/siam19/9789825d676d27ebc24212b51d127556/raw/fa195912faece84ac55347c77271116b02e37bd2/roshid_env_file
  1. Install frontend packages and initiate shadcn. Delete pre existing components.json.
cd frontend
npm install
npx shadcn@latest init

style= new york, baseColor = zinc 5 . To run the application you must have docker installed.

  docker-compose up --build -d

this builds the docker containers and -d runs it in detached mode.

Features

  • Records and processes order with just a screenshot of the conversation
  • Has integration with local delivery services allowing you to automatically sends a pickup request upon a new order.
  • User can add products and prices and roshid will keep track of sales.

Feedback

If you have any feedback, please reach out to us at fake@fake.com