vajunaedi / startup-visualizer

COMP 4901F Spring 2018 Group Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Startup Visualizer

By team Naive Baes

TLDR; Live Demo

http://startup-visualizer.herokuapp.com/

Setup & Installation

Backend

  1. git clone this repo
  2. Install python3 (version 3.6 recommended)
  3. Install pip here
  4. Install pipenv: pip install pipenv or pip3 install pipenv if you have both python2 and python3 installed on your system
  5. Enter the virtual environment: pipenv shell
  6. Install backend dependencies: pipenv install

Frontend

  1. Install npm here
  2. Install bower using npm: npm install -g bower
  3. Install the frontend dependencies: bower install --save

Database

  1. Database? too lazy, YOLO csv

Get the main startup csv

  1. Create a new folder called data/, place it in root project folder
  2. Get the latest startup csv file and rename it to startup.csv

Run local server

  1. python app.py
  2. Head to your favorite browser and enter http://localhost:5000/

About

COMP 4901F Spring 2018 Group Project


Languages

Language:JavaScript 87.5%Language:Python 7.8%Language:HTML 3.0%Language:CSS 1.7%