Skip to content

chanchal-soni98/fullstack-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Full-stack-project

Project Overview

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.

Tech Stack

Category Tools Used
Frontend React, Tailwind CSS
Backend Node.js, Express.js
Authentication JWT, bcrypt
Database MongoDB (Mongoose)
API Handling Fetch/Axios, REST API

Screenshot (420)

Screenshot (421)

Screenshot (422)

Screenshot (424)

Screenshot (425)

Screenshot (426)

Setup instructions

Clone the repository

git clone https://github.com/chanchal-soni98/fullstack-project.git

Navigate into the project directory

cd fullstack-project

Backend Setup

cd backend
npm install
npm start

Frontend Setup

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors