DirectoryFast
  • 🚀Get Started
  • 🔤Tutorials
    • Bring me to life!
    • How it's structured?
    • Make it yours
    • Bonus
  • 🛠️Features
    • AI
      • AI URL Scanner & Scan Jobs
    • Analytics
    • Authentication
    • API
      • Protected Endpoints
    • Blog
    • Database
    • Emails
    • Error Pages
    • Icons
    • Payments
    • Private Pages
    • SEO
  • 📦General Components
    • Shadcn/ui Components
    • Navbar
    • Footer
    • SignIn Modal
    • Hero Section
    • Social Proof
    • Collections Social Proof
    • Featured Section
    • Latest Collections Section
    • Latest Products Section
    • Recommended Section
  • 📦Directory Components
    • Product Card
    • Collection Card
    • Product Note
    • Search Bar
    • Tags
    • Product Options Toggle
    • Combobox
    • Multi-Combobox
    • Submit Product
    • Feature Product
    • Manage Note
    • Manage Collection
    • Dashboard Tables
  • ⛓️Links
    • GitHub Repository
    • Support
Powered by GitBook
On this page
  1. Tutorials

Bring me to life!

We'll set up everything to get a fully fonctional directory in under 10min

PreviousGet StartedNextHow it's structured?

Last updated 5 months ago

Generate the database with Prisma

  1. Run the database generation:

Terminal
npx prisma migrate reset -f

From now the following steps are optional but greatly recommended to get all the features to work from the beginning

  1. Run your app:

Terminal
npm run dev

  1. your app and signup with mail (it will be your admin) by clicking the SignIn button on the top-rigth corner.

  1. Run the admin seed to give yourself the admin role and access the admin functions:

Terminal
npm run seed:admin

...

Congrats, it's ALIVE! 🥳

🔤
Open
Hit that button!