Giter Club home page Giter Club logo

startup-fairy's Introduction

StartupFairy

IMD 4

Apiary Docs Travis

Setup

You'll need

  1. Run docker-compose up -d.
  2. Do docker-compose ps to see all your availble containers and the status of them.
  3. Once startupfairy the app is up and running, run docker exec -it startupfairy bash. You'll be inside the startupfairy container.
  4. Run bower install --allow-root - installs your CSS.
  5. Run make db

You will only need to do steps 3 & 4 if you are creating the containers for the first time or if you're missing the app/static/bower_components directory.

Steps 5&6 must be done each time you recreate the containers.

The database was intended to contain all the values already, but for some reason the values are not held despite commiting any changes made to the database. For now this is the necessary workaround in order to get the database working locally.

Development

You'll see the app at localhost. There is parity between the content on your local machine and the content inside the docker container.

If you shut down your computer/Docker machine, the next time you boot up docker, you will need to run docker-compose start in order to start up all the services (postgres and app) again.

Deployment

Same steps as development.

Models

  • Company

    • Name
    • Summary
    • Employees
    • City
    • Investors
    • Twitter
    • Website
  • Financial Org

    • Name
    • Summary
    • City
    • Companies invested in
    • Twitter
    • Website
  • People

    • Name
    • Bio
    • City
    • Company
    • Role
    • Twitter
  • City

    • Name
    • State
    • Country
    • Companies
    • Financial Orgs
    • People

UML Diagram

http://yuml.me/96b7f61e

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.