Giter Club home page Giter Club logo

tadpole_site's Introduction

Tadpole Site

A Rails + Vue app that provides Tadpole's website.

Getting started

Requirements

To install and use this project you will need:

Installation

Clone the repo into a new directory

Navigate to your web projects directory and use git to clone the project files into a new directory:

git clone https://github.com/path/to/project
Install Ruby and dependencies
  • Use your Ruby version manager to install the version listed in Gemfile.
  • gem install bundler if not already available for this Ruby
  • bundle install to install all the packages specified in Gemfile.
  • Dependencies can later be updated with bundle update.
Install Node.js and dependencies
  • Use your Node version manager to install the version listed in package.json.
  • npm install to install all the packages specified in package.json.
  • Dependencies can later be updated with npm update.

Configuration

This app loads external configuration from environment variables.

We use Figaro to load this data from config/application.yml in development environments, but this file may contain service keys and thus cannot be included via git. Request a copy from a fellow contributor, or roll your own that provides the required keys listed in config/initializers/figaro.

Database Setup

Use pgAdmin to ensure the database role specified in application.yml exists, has the correct password, can log in, and can create databases.

Next, run rails db:setup to create the databases, load the schema, and load initial data.

The initial data will contain an admin user with name "admin" and password "password".

Running the App

Run rails server or simply rails s.

Running Tests

Run rails test or simply rails t.

This may become more complex as we integrate additional testing frameworks.

Deploying To Heroku

TODO

tadpole_site's People

Contributors

zrisher avatar

Watchers

 avatar Nolan Zandi 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.