Skip to content

MosiaPuseletso/brand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BRAND

A single page coded with React. It displays various brands and has the ability to sort and filter brands according to name and industry. There is a NodeJS backend application used for filtering and sorting. It is also used to fetch the various brands from a MongoDB database.

Table of Contents

Features

  • Display a list of brands.
  • Sort brands by name.
  • Filter brands by name and industry.

Installation

Follow these steps to set up the project:

  1. Install Node.js:

    If you don't have Node.js installed, download and install it from https://nodejs.org/.

  2. Clone the repository:

    git clone https://github.com/MosiaPuseletso/brand.git
    
  3. Navigate to the project directory

    cd brand
    
  4. Install dependencies for Frontend

    npm install
    
  5. Install dependencies for Backend

    a. Navigate to backend directory

     cd backend
    

    b. Install dependencies

     npm install
    

Usage

  1. Start backend server

    npm start

  2. Start React application

    npm start
    

Visit http://localhost:3000 in your browser to view the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors