/nextjs-store

Full E commerce Website using Next js

Primary LanguageJavaScript

Next.js Store

This is a Next.js project.

image

image

Environment Variables

The project uses the following environment variables (.env):

  • CONNECT_DB: This is used to connect to the database.
  • JWT_SECRET: This is used for JSON Web Token (JWT) authentication.
  • FIREBASE_KEY: This is used to connect to Firebase.

Setup

  1. Clone the repository.
  2. Install the dependencies using npm install.
  3. Create a .env file in the root directory and fill in the environment variables.
  4. Run the project using npm run dev.

Contributing

image image

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT