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
Project is created with:
- React 17.0
- Redux 4.1
- React-Router 6.3
- Material UI 5.3
- SASS 7.0
- React Testing Library 12.1
- Express 4.18
- Express-Session 1.17
- Knex 2.0
- SQLite 5.0
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
MIT Alexandre Steinhauslin