bhavy03 / Sellox

Dedicated marketplace for second-hand goods.

Home Page:https://sellox-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Sellox

Develop an elegant React.js Ecommerce Application.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue.

System Requirements

To get started with development, you need to install few tools

  1. git

    git version 2.13.1 or higher. Download git if you don't have it already.

    To check your version of git, run:

     git --version
  2. node

    node version 16.15.1 or higher. Download node if you don't have it already.

    To check your version of node, run:

     node --version
  3. npm

    npm version 5.6.1 or higher. You will have it after you install node.

    To check your version of npm, run:

     npm --version

Setup

To set up a development environment, please follow these steps:

  1. Clone the repo

     git clone https://github.com/bhavy03/Sellox.git
  2. Change directory to the project directory

    cd Sellox

Frontend

  1. Change directory to the frontend directory

    cd client
  2. Install the dependencies

     npm install

    If you get an error, please check the console for more information.

    If you don't get an error, you are ready to start development.

  3. Rename .env.example to .env

  4. Run the app

    npm run dev

    Project will be running in the browser.

    Open http://localhost:5173 to view it in your browser.

Backend

  1. Change directory to the backend directory

    cd server
  2. Install the dependencies

     npm install

    If you get an error, please check the console for more information.

    If you don't get an error, you are ready to start development.

  3. Change config.env.example

    Change the filename from config.env.example to config.env and assign all variable according to you

  4. Run the app

    npm run dev

    Project will be running in the browser.

    Open http://localhost:3000 to view it in your browser.

About

Dedicated marketplace for second-hand goods.

https://sellox-app.vercel.app


Languages

Language:JavaScript 99.0%Language:HTML 0.6%Language:CSS 0.4%