0% found this document useful (0 votes)
6 views1 page

Usage Instructions

The document provides usage instructions for the Water Intake Tracker application, detailing steps for setting up both the frontend using React and the backend using Express. It includes commands for installation and running the application locally, as well as links to a live demo and the GitHub repository. Users can access the frontend at a specified URL and the backend API at another URL after setup.

Uploaded by

Anurag Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Usage Instructions

The document provides usage instructions for the Water Intake Tracker application, detailing steps for setting up both the frontend using React and the backend using Express. It includes commands for installation and running the application locally, as well as links to a live demo and the GitHub repository. Users can access the frontend at a specified URL and the backend API at another URL after setup.

Uploaded by

Anurag Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Water Intake Tracker — Usage Instructions

Frontend (React):
1. cd water-intake-tracker
2. npm install
3. npm run dev
4. Open http://localhost:5173

Backend (Express):
1. cd water-intake-tracker/water-intake-backend
2. npm install
3. node index.cjs
4. API is live on http://localhost:5000/api/data

Live Demo:
- Frontend: https://water-intake-tracker-seven.vercel.app
- GitHub Repo: https://github.com/shubham-nikam-8839300/water-intake-tracker

You might also like