Skip to content

arnabdev1/skillracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Devpost:

🛠️ Project Setup & Run Guide

Follow the steps below to run the NeuroSync ecosystem locally:


▶️ Frontend (Next.js)

# Navigate to the frontend directory
cd frontend

# Install dependencies
npm install

# Run the development server
npm run dev

▶️ Backend (Flask)

# Navigate to the Flask backend directory
cd backend-flask

# Create and activate the virtual environment
python3 -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run the inference engine
python3 app.py

▶️ Backend (Node.js)

# Navigate to the Node backend directory 
cd backend-node 

# Install dependencies 
npm install 

# Run the development server with auto-reload
npx nodemon server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors