/DIY-App

DIY-App (Craftify) by Julia, Helena, Maik and Steffen

Primary LanguageJavaScript

Craftify App

Team 👥


Project Overview 🌎

Craftify is an App to Create DIY projects and Post them. You can upload a Picture, a Material List and also Step-by-step instructions. Other User can easily recreate them with your Guidelines and Material Lists.

Technology Stack 💻

Primary Tech Stack

More Tech

Key Features ⚙️

  • Create DIY Projects with Instructions and Material Lists.
  • Get inspired by other Persons
  • Craft new Projects
  • User-friendly interface
  • Secure data storage

How to Use ℹ️


Environment variables
MONGODB_URI =

GITHUB_CLIENT_ID =
GITHUB_CLIENT_SECRET =

NEXTAUTH_SECRET =

NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME =
CLOUDINARY_API_KEY =
CLOUDINARY_API_SECRET =
  1. Clone the repository from GitHub
git clone https://github.com/Steffen-Anslinger/DIY-App
  1. Go into the repository
cd DIY-App
  1. Install required packages
npm i
  1. Run the development server
npm run dev