Giter Club home page Giter Club logo

wizlist's Introduction

Wizlist

Wizlist is an app that allows creating and managing a basic gift registry. Wizlist is being developed during the Ragnarson's 2016 Internship program.

Functionality:

See: list of user stories.

Check out the demo on Heroku:

https://wizlist.herokuapp.com

Getting started:

Dependencies:

We're developing in Ruby version 2.3.1, and assume you have a working Ruby environment and a PostgreSQL installed. On macOS you can install it using Homebrew:

brew update
brew install postgres

And on Debian based distros:

sudo apt-get update
sudo apt-get install postgresql postgresql-contrib libpq-dev

Update rubygems and install Bundler:

gem update --system
gem update
gem install bundler

App's dependencies can be installed by executing in app's root dir:

bundle install

With all dependencies installed and the PostgreSQL running, we can set up our database:

bundle exec rails db:setup

Development:

Running tests suite:

bundle exec rails spec

Starting development server:

bundle exec rails server

Contributing

See: GitHub Workflow

Authors:

wizlist's People

Contributors

student-tomasz avatar shadre avatar kacper3331 avatar agalkiewicz avatar

Watchers

James Cloos avatar  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.