GithubHelp home page GithubHelp logo

investjs's Introduction

#InvestJS Personal portfolio management tool to visualize and monitor different investment strategies

Table of Contents

  1. Getting started
  2. Tech
  3. Directory Layout
  4. Contributing

Getting started

Clone and install dependencies:

$ https://github.com/cshg/investjs.git
$ cd investjs
$ npm install
$ npm start

Tech

Frontend:

  • AngularJS
  • Angular UI-Router
  • Chart.js

Backend:

  • Node.js
  • Express.js
  • nodemailer
  • MongoDB

Directory Layout

├── /node_modules/              # 3rd-party libraries and utilities
├── /client/                    # Client Angular Entry Points
│   ├── /app/                   # Main application folder
│   │   └── app.js              # Main application entry point
│   │   └── portfolio.html      # Portfolio html view
│   │   └── portfolioCtrl.js    # Portfolio controller functions
│   │   └── savePopup.html      # Popup html view
│   ├── /assets/                # Static assets to be served
│   ├── /bower_components/      # 3rd-party libraries and utilities
│   └── savePopup.html          # Express application entry point
├── /server/                    # Server source
│   └── portfolioController.js  # Controller functions for incoming requests
│   └── portfolioModel.js       # Database interactions
│   └── requestHandler.js       # Incoming request routing
│   └── server.js               # Express application entry point
└── bower.json                  # bower dependencies, scripts, and package info
└── package.json                # npm dependencies, scripts, and package info

Contributing

  1. Fork the repo.
  2. Clone it to your local computer
  3. Cut a namespaced feature branch from master and name it appropriately
  4. Make commits and prefix each commit with the type of work you were doing
  5. BEFORE PUSHING UP YOUR CHANGES, rebase upstream changes into your branch, fix any potential conflicts, and then push to your fork.
  6. Submit a pull request directly to the master
  7. Someone else will perform code review to keep codebase cleanFix any errors or issues raised by the reviewer and push 4he fixes as a single new commit Repeat until the pull request is merged.

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.