/cobda-web

An online streetwear marketplace. (EOD)

Primary LanguageTypeScriptMIT LicenseMIT

Cobda is a streetwear e-commerce website where sellers and buyers meet each other with ease, driven by our desire to make community alike websites available for every gender and generation. Make certain with a powerful autonomous function that automatically takes out inappropriate content to make sure your vibe goes as smoothly as possible. Buy with confidence guaranteed by other customers. The review system builds up credits for the seller while giving confidence to the buyer. This website runs perfectly on any online device.

Prerequisites

  • Node.js (10.13 or later) download site
  • Yarn (1.x or later) download site
  • .env Please ask project owner privately for the environment variables.

Installation Steps

Step 1: Clone the project to your local directory.

Open the Terminal and type the following command:

$ git clone https://github.com/Cobda/cobda-web.git

Step 2: Go to the directory.

$ cd cobda-web/

Step 3: Install the dependencies.

Optional: everything could be installed and run in the virtual environment.

$ yarn install

Step 4: Generate Prisma schema.

$ npx prisma generate --schema ./src/prisma/schema.prisma

Run Application Locally.

$ yarn dev