Giter Club home page Giter Club logo

wow-io's Introduction

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing

About The Project

Background and Description

"WoW IO" is a side project developed alongside the cirriculum at Turing School of Software and Design. This project features many staples of a beginning Ruby on Rails developer. I plan on using this as an extention to become familiar with more complex data structures and professional workflow.

Learning Goals

  • Practice designing a normalized database schema and defining model relationships
  • Utilize advanced routing techniques including namespacing to organize and group like functionality together.
  • Utilize advanced active record techniques to perform complex database queries
  • Practice consuming a public API while utilizing POROs as a way to apply OOP principles to organize code

Built With

Database Design Document

Database Design Document

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • ruby
    rbenv install 2.5.3
  • rails
    gem install rails --version 5.2.4.3
  • postgreSQL
    install link: https://www.postgresql.org/download/

Installation

  1. Clone the repo
    git clone [email protected]:b-enji-cmd/wow-io.git
  2. Bundle Install
    bundle install
  3. (Optional Heroku deployment)
    heroku install guide: https://devcenter.heroku.com/articles/git

Usage

Work in progress

  1. Start rails server
$ rails s
  1. Create rails database and migrate
$ rails db:create
$ rails db:migrate
  1. Seed database
$ rails db:seed
  1. Nagivate to http://localhost:3000/

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

wow-io's People

Contributors

b-enji-cmd avatar

Watchers

 avatar

wow-io's Issues

Statistics Section

As a logged in user
when I visit my profile dashboard
I see a section for different statistic groups
I see a button to view my profile stats
I see a button to view my pvp stats
I see a button to view my guild stats

Rails Session

As a user
when I visit the profile login page
and I log in
My current path should be my profile dashboard
I should still be logged in

Character Section

As a logged in user
when I visit my profile dashboard
I see a section for all the characters tied to my account
I see a link to view each character
I see a brief summary about the character
I see a total of 4 characters until I click "Show all character"
Where I see all my characters listed

Profile Login

  • User exists
  • Username / Password correct
  • Password longer than 8 characters

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.