Skip to content

jsaluja09ufl/BabyQuant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BabyQuant

This is a project for the SwampHacks Hackathon designed for the everyday person interested in trading and investments. We provide the user an accessible way to invest in various stocks using their own personalized algorithm which is designed using block-code.

Our application will provide users with various data sources and conditional elements so that they can create their own algorithms and backtest them easily. The data sources will include technical indicators like RSI and sentiment data like from Reddit and News.

How to Run

Backend Commands (Do this first)

  1. cd src/backend
  2. python3 -m venv venv
  3. pip install -r requirements.txt
  4. fastapi dev main.py

Frontend Commands

  1. Open a seperate terminal
  2. cd src/frontend
  3. npm install
  4. npm start
  • Note - Change line 17 of index.html in frontend directory so that local address of backend fastapi server is same
  • Note - You will need a .env populated with the format provided in .env.placeholder

Sources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors