Dashboard enables user authentication and provides access to a personalized dashboard that displays marine vessel information. The application includes a secure login/signup system, a responsive UI, and a marine data integration feature.
Deployed Link: https://gregarious-souffle-031aa9.netlify.app/
Category Tools Used
Frontend React, Tailwind CSS
Backend Node.js, Express.js
Authentication JWT, bcrypt
Database MongoDB (Mongoose)
API Handling Fetch/Axios, REST API
git clone https://github.com/chanchal-soni98/fullstack-project.git
cd fullstack-project
cd backend
npm install
npm start
cd ../frontend
npm install
npm run dev
This will start the frontend development server (usually runs on http://localhost:5173 if using Vite or http://localhost:3000 if using CRA).
Make sure the backend server is running for API integration.





