This is a Next.js project bootstrapped with create-next-app
.
- TypeScript: For type safety and improved development experience.
- NextAuth: Integrated for user authentication.
- Redux Toolkit: For managing global state, including cart functionality.
- Tailwind CSS: For utility-first CSS styling.
The application is deployed on Vercel and can be accessed via the following link:
https://profile-fyi-test.vercel.app/
Email: admin@gmail.com
Password: admin@123
First, ensure you have Node.js installed on your machine. Then, install the required dependencies:
npm install
# or
yarn install
# or
pnpm install
To set up authentication with NextAuth, you'll need to configure environment variables in a .env.local file at the root of the project.
NEXTAUTH_SECRET=your_secret
NEXTAUTH_URL=http://localhost:3000
To set up authentication with NextAuth, you'll need to configure environment variables in a .env.local file at the root of the project.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
4. Open http://localhost:3000 with your browser to see the result.
Email: admin@gmail.com
Password: admin@123