Skip to content

nathanielalex/TalentSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Running Instructions

This README will guide you on how to run the client, server, and AI components of the project.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (for client and server)
  • npm (for managing Node.js packages)
  • Python (for AI component)

Running the Application

Follow these steps to run the project:

1. Running the Client

Navigate to the client directory and start the development server:

cd client
npm run dev

2. Running the Server

In a separate terminal, navigate to the server directory and start the development server:

cd server
npm run dev

3. Running the AI

In a separate terminal, navigate to the AI directory, activate the virtual environment, and run the main.py script:

cd AI
talentsync_ai\Scripts\activate
python main.py

About

A web app that helps businesses find and collaborate with skilled freelancers from around the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors