<<<<<<< HEAD
NL-Trader is a project where my colleague and I aim to develop a chatbot capable of generating Python code for trading strategies based on instructions provided by traders in natural language.
This tool bridges the gap between trading experts and coding by automating strategy implementation.
We are using a monorepo structure:
- Backend: Written in Python (Flask), located in the
backenddirectory. - Frontend: A React.js application (TypeScript), located in the root directory.
-
Navigate to the
backenddirectory:cd backend -
Install dependencies:
pip install -r requirements.txt
-
Copy contents of .env.local and paste your
Google API KEYin a new file called .env -
Start the Flask server:
flask run
- Navigate to the root directory.
- Install dependencies:
npm install
- Start the development server:
npm run dev