git clone https://github.com/colemaring/MERN-txtdump.git
cd MERN-txtdump/backend
npm install
create your .env file in this directory
npm run devStart
open another terminal
cd MERN-txtdump/frontend
npm install
npm start
run on port 3001
open http://localhost:3001 to view it in your browser

