A tracking app used to track BMs for health reasons
cd frontend
npm install
cd ..
cd backend
npm install
cd backend
npm run dev
In the backend directory, create a .env file with values for the following variables:
MONGO_DB
PORT
In the frontend directory, create a .env file with a value for
REACT_APP_API_URL
Sample data is provided in the sampledata folder. These can be uploaded to Mongo as starter information for the database.
Preview version of the app is available at: poop-logger.onrender.com