Skip to content

Repository files navigation

  1. Install & Setting

    • Next.js (TypeScript) : npx create-next-app@latest .
    • Dart Sass (Css) : npm install sass
    • MongoDB : npm install mongodb
    • NextAuth : npm install next-auth
    • bcrypt : npm install bcrypt
    • @types/bcrypt : npm install --save-dev @types/bcrypt
    • MongoDB adapter for NextAuth : npm install @next-auth/mongodb-adapter
    • To install the FontAwesome libraries, run the following commands
    npm install @fortawesome/free-regular-svg-icons
    npm install @fortawesome/free-solid-svg-icons
    npm install @fortawesome/react-fontawesome
    npm install @fortawesome/free-brands-svg-icons
    
  2. Directory

    • src
      • app
      • components
      • context
      • data
      • hooks
      • lib
      • pages
        • api
      • styles
      • types
      • utils
      • middleware.ts
  3. Pages

    • Home (Link)
    • Login
    • Register
  4. Components

    • Navigation
    • Footer
    • Loading
    • Modal
    • Input Text (Login)
    • Input Text (Register)
    • Auth Button (Register, Login)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages