Skip to content

pushpitjain2006/Venttup-Tracking-software-MVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

VENTTUP Order Tracking software

Screenshot 2024-12-06 at 1 14 11 PM

This is a MVP, which demonstrates a backend API built with Express.js and a frontend built with Vite and React.

Screenshot 2024-12-06 at 1 15 01 PM Screenshot 2024-12-06 at 1 17 01 PM

Getting Started

Clone the Repository:

  git clone https://github.com/pushpitjain2006/Venttup-Tracking-software-MVP.git

Install Dependencies:  

Navigate to the project directory and install dependencies for both the frontend and backend:

cd Venttup-Tracking-software-MVP/venttup/Backend
npm install
cd ../Frontend
npm install

Run the Backend:

First of all setup the .env file

  • Go to /Backend
  • Make a new file .env
  • Copy contents from .env.example and make changes according to you.

Start the Express.js server with:

node ./app.js

This will typically run the server on port 3000 (default for Express.js). You can access the API at http://localhost:3000 (or adjust the port if configured differently).

Run the Frontend:

Start the Vite development server with:

npm run dev

This will launch the React application in development mode, usually accessible at http://localhost:5173 (default for Vite). You can find the exact URL in your terminal output.

Releases

No releases published

Packages

No packages published

Languages