Skip to content

adarsharyan002/mobile-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Mobile ecommerce

Welcome to the Next.js project! This repository contains both the client and server-side code.

Working: https://drive.google.com/file/d/1cMaUJgLr_bEn3xqqMpYWXUJMHpkbjBa1/view?usp=sharing

Client Setup

To get the client-side of the project up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/adarsharyan002/mobile-ecommerce.git
  2. Navigate to the client directory:

    cd client
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm run dev

    This will start the Next.js development server.

Server Setup

For setting up the server-side of the project, follow these steps:

  1. Navigate to the server directory:

    cd server
  2. Install dependencies:

    npm install
  3. Add your mongo uri to .env file

  4. Start the server:

    npm start

    This will start the server .

Additional Notes

  • The client-side code resides in the client directory, while the server-side code is located in the server directory.
  • Customize and modify the code to suit your project requirements.

About

A mobile ecommerce template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors