GithubHelp home page GithubHelp logo

dreadnought_hangar's Introduction

Dreadnought Hangar

Dreadnought Hangar is built with the Phoenix Framework which consists of Elixir, HTML, CSS, and Javascript.

Getting Started

Requirements

To be able to run Dreadnought Hangar the following is required:

  • Elixir
  • Erlang
  • Phoenix
  • Node (Version 5 or higher)
  • PostgreSQL (Set the username and password to 'postgres')

Instructions on how all of these are installed can be found here.

Up and Running

Navigate to the folder containing the git repo and do the following:

  • Make sure PostgreSQL is running
  • Run 'mix deps.get' (Installs Elixir/Erlang dependencies)
  • Run 'npm install' (Install Node dependencies)
  • Run 'mix ecto.create' (Creates the database in postgreSQL)
  • Run 'mix ecto.migrate' (Runs the various SQL scripts to create tables, indices and so on)
  • Run 'mix phoenix.server' to start the server
  • The site should now be located at localhost:4000
  • (Optional) Use 'mix run priv/repo/ships.exs' to insert data.
  • (Optional) Use 'mix run priv/repo/abilities.exs' to insert data.
  • (Optional) Use 'mix run priv/repo/perks.exs' to insert data.
  • (Optional) Use 'mix run priv/repo/weapons.exs' to insert data.

dreadnought_hangar's People

Contributors

wobbley avatar justmofy avatar

Watchers

 avatar

dreadnought_hangar's Issues

Finalize data models

Change the data models to reflect something you can "release"

All:
CR
SR
Flavour text
Unlock level
RAW JSON

Ship:
Shield Type

Import Loadout builder "properly"

IT feels like I am cheating now with static/assets/js/loadout. Should probably be in static/js, perhaps all that is needed is a filename change?

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.