This App is built using ReactJS and various components. This app pulls data from a Flask API that queries a MongoDB database.
- NPM
- Node (v14)
- Flask API running and accessible
- Clone this repository wherever you'd like
- Open a terminal in the root project directory
- Run
npm install
to install all node modules - Run
npm start
to start the development server
- Make sure your environment satisfies all requirements
- Clone this respository
- Open a terminal in the root project directory
- Run
npm install
to install node modules - Run
npm run build
to initiate production build - Copy static build files found in
/build
to web server folder
- The Flask API URL is declared in
index.js
- Everything is currently in App.js but could definitely use some breaking up into smaller components