Skip to content

Aniketikhar/frontend-nova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Novashop

Novashop is an e-commerce platform designed to provide a seamless shopping experience. This project includes features like product listings, user authentication, shopping carts, and payment processing.

Table of Contents

Features

  • User authentication (signup, login, logout)
  • Product management (listing, details, search)
  • Shopping cart functionality
  • Order management and checkout process
  • Payment gateway integration
  • Responsive design

Installation

To get started with Novashop, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/novashop.git
  2. Navigate to the project directory:

    cd novashop
  3. Install dependencies:

    npm install
  4. Set up environment variables:

    Create a .env file in the root directory and add the necessary environment variables. For example:

    DATABASE_URL=your_database_url
    JWT_SECRET=your_jwt_secret
    PAYMENT_GATEWAY_KEY=your_payment_gateway_key
    
  5. Run the development server:

    npm run dev
  6. Open your browser and visit:

    http://localhost:3000
    

Usage

Once the server is running, you can:

  • Sign up or log in as a user
  • Browse and search for products
  • Add products to the shopping cart
  • Proceed to checkout and make payments

Contributing

We welcome contributions to Novashop! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Commit your changes.
  4. Push your branch to your forked repository.
  5. Open a pull request with a detailed description of your changes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

If you have any questions or need further assistance, please contact us at:

About

Novashop is an e-commerce platform designed to provide a seamless shopping experience. This project includes features like product listings, user authentication, shopping carts, and payment processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors