Skip to content

urmilgadhiya18/techy_Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Techy Software Website

Welcome to the Techy Software website project! This project is built using the MERN stack (MongoDB, Express, React, Node.js) with Vite for the frontend setup.

Live Website

You can visit the live website Techy Software

Project Setup

Follow the steps below to set up the project locally.

Prerequisites

Ensure you have the following installed:

  • Node.js (v16 or higher)
  • npm (v6 or higher)
  • MongoDB

Clone the Repository:

 git clone https://github.com/urmilgadhiya18/techy_Software.git
 cd techy_Software

Backend Setup

  1. Install Backend Dependencies:

    cd server
    npm install
  2. Create a .env File:

    Create a .env file in the server directory and add the following environment variables:

    PORT=4004
    MONGO_URI=your_mongodb_connection_string
  3. Start the Backend Server:

    node app.js

    The backend server should now be running on http://localhost:4004.

Frontend Setup

  1. Navigate to the Frontend Directory:

    cd ../client
  2. Install Frontend Dependencies:

    npm install
  3. Start the Frontend Server:

    npm run dev

    The frontend should now be running on http://localhost:5173.

Scripts

Backend

  • node app.js: Start the backend server.

Frontend

  • npm run dev: Start the frontend server with Vite.

Contributing

Feel free to open issues or submit pull requests if you find any bugs or want to add new features.

Releases

No releases published

Packages

No packages published