Giter VIP home page Giter VIP logo

company-tracker-edgar's Introduction

Company Tracker Edgar

This project aims to create a company tracker using the Edgar API. The goal is to provide a tool that allows users to search for and track information about companies registered with the U.S. Securities and Exchange Commission (SEC).

Installation

Backend Setup

Prerequisites

You need to have Python installed on your machine. You can download Python here. This project requires Python 3.10+

Setting Up the Environment

Before you can run the project, you need to set up a virtual environment. This will keep the dependencies required by this project separate from your global Python environment.

Here's how you can set up a virtual environment:

  1. Navigate to the project server directory:

    cd ./server
  2. Create a new virtual environment:

    python -m venv env
  3. Activate the virtual environment:

    source env/bin/activate

To set your identity for the edgar rest client, create a file in the root called .env. In the file create two lines:

NAME="Your Name"
EMAIL="Your Email"

Installing

After setting up and activating the virtual environment, you can install the required dependencies:

pip install -r requirements.txt

Frontend Setup

Prerequisites

You need to have Node.js and npm installed on your machine. You can download Node.js and npm here. This project was written with the latest LTS version of Node.js as of January, 2024.

Setting Up the Environment

Before you can run the project, you need to install the required dependencies.

Here's how you can set up the environment:

  1. Navigate to the project client directory:

    cd ./client
  2. Install the required dependencies:

    npm install

Runtime

Once the dependencies are installed you can start the backend server by navigating to the server directory and starting the uvicorn server:

   cd ./server
   uvicorn company:app --reload

Start the frontend application by navigating to the client directory:

   cd ./client
   npm run dev

company-tracker-edgar's People

Contributors

jacob187 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.