Giter Site home page Giter Site logo

project-week-backend-mod4's Introduction

Digital Character Sheet for P2e

Introduction

This page is designed to implement a digital character sheet for Pathfinder Second Edition. To run this app you will need two repos, the Frontend and the Backend(this one). This README will focus exclusively on Backend installation, while the Frontend will cover it's own installation, running the project, and have more information generally.

Installation

You will need Ruby on Rails installed.

In the local directory run:

bundle install

This will install all of the dependencies for this project. Then run:

rails db:migrate

This will initiate your personal tables for storing information. If you would like to have some initial seed data you may run:

rails db:seed

However, this is not a required step.

Server

The Frontend file will cover this in more detail, however, if you need to have Rails run on a port other than 3000, use this command:

rails s -p <Desired Port Here>

ex:

rails s -p 9001

Learn More

More information on Rails can be found at Ruby on Rails API.

project-week-backend-mod4's People

Contributors

zietieflr 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.