Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 564 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 564 Bytes

Genie

Shop what you wish for

Table of Contents

Technologies Used

  • React
  • Tailwind CSS
  • TypeScript
  • Node.js
  • Express.js (Backend API)
  • Fetch API

Setup

  1. Clone the Repository:

    git clone <>
    cd genie
    
  2. Instal Dependencies and Start Backend cd backend npm install uvicorn app:app --reload

  3. Start Application npm start