Skip to content

FireSale is an inventory management system with a frontend built with React.js and Redux.js and a Ruby on Rails API backend. This repo is the client.

Notifications You must be signed in to change notification settings

Kish-Siva-1/firesale-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireSale - Client

This is a website that allows sole business owners to log their inventory of products and services which they wish to sell.

Screenshots

Screenshot 1

Technology used

Built with:

  • Ruby on Rails API Back-end
  • Javascript React / Redux Front-end
  • React-Bootstrap (for styling)

Features

  • Allows for product / service name, description, price and image in listings
  • Users can mark products as sold and delete them

Installation

To install this repository simply clone both the client repo (this one) and the rails backend repo by running:

git clone https://github.com/Kish-Siva-1/firesale-client.git
git clone https://github.com/Kish-Siva-1/firesale-api.git

Open the file by running each of the commands below in a new terminal:

  1. cd firesale-client/
  2. cd firesale-api/

Then install the relevant dependencies with:

  • npm install (for JS)
  • bundle install (for Ruby on Rails)

Finally run both by using:

  • npm start (for JS)
  • rails s (for Ruby on Rails)

License

MIT © Kish-Siva-1

About

FireSale is an inventory management system with a frontend built with React.js and Redux.js and a Ruby on Rails API backend. This repo is the client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published