Cozyamy / CraftConnect_Frontend

This is the frontend for an an artisan-customer connection web app
https://craftconnet.vercel.app
1 stars 0 forks source link

CraftConnect

CraftConnect is a platform that connects artisans with customers, providing a marketplace for artisanal goods and services.

Features

Tech Stack

Getting Started

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/Cozyamy/CraftConnect.git
cd CraftConnect
  1. Install frontend dependencies:
cd Frontend
npm install
  1. Install backend dependencies:
cd ../Backend
poetry shell
poetry install

Running the Application

  1. Start the backend server:
cd Backend
uvicorn main:app --reload
  1. Start the frontend development server:
cd ../Frontend
npm run dev
  1. Access the application in your browser at http://localhost:3000.