Skip to content

Michael-Murage/point-of-sale-rails

Repository files navigation

POS (Point Of Sale) APP

first screenshot

second screenshot

third screenshot

fourth screenshot

fifth screenshot

sixth screenshot

seventh screenshot

eighth screenshot

nineth screenshot

Local Setup (client and server side)

The setup assumes you have npm, ruby and rails gem installed

To run the server locally, fork and clone the code and run the following commands;

bundle install
rails db:migrate db:seed
rails s

This will set up the server, with some random seed data.

Default cred: -u Mike -p 240322

npm install --prefix client
npm start --prefix client

This will set up the client side.

About

A point of sale system built using React and Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published