Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 566 Bytes

File metadata and controls

24 lines (19 loc) · 566 Bytes

Template for MERN stack (Inspired by MLH)

Technologies

  • Frontend
    • Languages: JavaScript
    • Frameworks: React.js (Vite)
    • UI Components: NextUI, TailwindCSS
    • Icons: Lucide Icons
    • Data Fetching: useQuery, Axios
    • Form Validation: react-hook-form, Zod
    • Notifications/Toasts: react-hot-toast
  • Backend:
    • Languages: Node.js
    • Frameworks: Express
    • Authentication: JWT, OAuth2
  • Database: MongoDB
  • Hosting: Heroku
  • Design: Whimsical

Get Started

yarn install && yarn start