Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.31 KB

Installation

Frontend and backend Installation

  npm install
  cd backend
  pip install -r requirements.txt
  cd ..

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

VITE_API_URL

Deployment

To run the frontend and backend in development mode

  npm start

Features

  • SignUp and Login with google
  • Create stack
  • Create workflow
  • Manage workflow
  • Chat

Screenshots

App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot App Screenshot

Authors