This app was created for solving the Shopify inventory creation challenge outlined here.
The steps below indicate how to set up and run this project. If you would like to skip these steps, you can visit the version I have running at https://shopify.anishkachinthaya.com/.
This project consists of a few components—a MongoDB database, a Flask backend, and a React frontend.
First, download and run MongoDB from here.
Then, in order to run the backend of the system, make sure you have pip
and Python 3 installed. In order to install all required libraries, run:
To run the backend, run the following command in the main directory:
In order to install all Node dependencies, run:
Finally, to run the frontend, you can run:
This runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.