Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 638 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 638 Bytes

Make Me Project

A platform that provides unique DIY (Do It Yourself) project suggestions using OpenAI. Explore a variety of projects, their materials, and steps to create them.

Structure

  • /client: Contains frontend of the platform. It allows users to navigate through projects, filter by category and difficulty, and view project details. Client details
  • /server: Backend API responsible for fetching project data and managing interactions with OpenAI. Server details

Setup

  1. Clone the repository.
  2. Set up both the client and server by following their respective READMEs.