materials-data-ingestion

Run locally doing

To install the dependencies, run

cd frontend
npm install

Using concurrently, the frontend and backend are ran together

npm run start

For development, run

npm run dev