Fall 2020 CS 130 Project for Team 2, Discussion 1B
ShopIt is an app for users to efficiently locate items in a grocery store. Our mobile interface allows users to select a store, search for any item in the store, place their desired items in their cart, and pan around a map displaying the locations of all their carted items. Our web interface allows store owners to manage their stores by adding items, updating their floorplan map, and updating item locations through a drag-and-drop feature.
In order to run each component of ShopIt, please refer to their respective READMEs (Mobile App, Web App, Backend). First, start the backend web server, and then run the mobile and web applications once the server is running.
- Mobile
- React Native
- Expo
- Jest
- Web
- React
- Backend
- Express
- Mongoose
- MongoDB Atlas
- Mocha