Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.18 KB

Table of contents

General Info

Store64 is an E-Commerce platform for customers and sellers. Customers are able to browse items, add them to the cart and modify their order while sellers are able to create, modify and delete inventory.

Here is the deployed website The backend is contained in it's own repo

Technologies

Project is created with:

Front-End Technologies

Frameworks

  • React 17.0
  • Redux 4.1
  • React-Router 6.3

Styling

  • Material UI 5.3
  • SASS 7.0

Testing

  • React Testing Library 12.1

Back-End Technologies

  • Express 4.18
  • Express-Session 1.17
  • Knex 2.0

Database

  • SQLite 5.0

Setup

To run this project, install it locally using npm. For the Front-End

$ Clone Repo "https://github.com/Alisa1989/Store64.git"
$ npm install
$ npm start

For the Back-End

$ Clone Repo "https://github.com/Alisa1989/Store64-backend.git"
$ npm install
$ npm start

License

MIT Alexandre Steinhauslin