Skip to content

lijefferson027/OpenInvest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Open Invest! Our goal was to design a financial website that helps new investors make better financial decisions. 🚀

Click Me To View Devepost


How to Deploy Our Project:

  1. Clone the GitHub repository
    Use git clone https://github.com/lijefferson027/OpenInvest to clone the repository to your local machine.

  2. Set up the Frontend

    • Navigate to the Frontend directory:
      cd path/to/Frontend
      
    • Install dependencies:
      npm i
      
  3. Set up the Backend

    • Navigate to the Backend directory:
      cd ../Backend
      
    • Install dependencies:
      npm i
      
    • Start the server:
      npm run server
      
      If you run into any issues, try fixing them with:
      npm audit fix
      
  4. Run the Frontend

    • Navigate back to the Frontend directory:
      cd ../Frontend
      
    • Start the development server:
      npm run dev
      
      If you encounter issues such as "Error: Cannot find module '@rollup/rollup-darwin-arm64'. npm has a bug related to optional dependencies", run:
      npm audit fix
      
  5. Access the Application

    • After starting the Frontend development server, you should see a localhost link in your terminal. Use CTRL + click on the link to open it in your browser.

🛠️ Built with:

  • Frontend: React, MUI Components, JSX, CSS, Chart.js, TradingView widgets, and Vite
  • Backend: Node, Express, Supabase
  • UI/UX: Figma

🔗 Connect with us on LinkedIn:

About

Knight Hacks Semester Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors