Giter Club home page Giter Club logo

imission's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version 2.5.0

  • Rails version 5.2.0

  • Table Schema

  • Model User

email:string, password_digest:string, name:string, role:integer

  • Model Task

title:string, description:string, deadline:datetime, priority:integer, state:integer, user_id:integer

  • Model Tagging

tag_id:integer, task_id:integer

  • Model Tag

name:string

avatar

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Before deployment,please install following tools:

Heroku CLI : https://devcenter.heroku.com/articles/heroku-cli#download-and-install
Git : https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Deploy to Heroku

  1. Download this project to your local repo
  1. Open your project
$ cd "your project location"
  1. Login with Heroku account and create new App
$ heroku login
$ heroku create
  1. Deploy this app with Heroku CLI commands
$ git push heroku master
  1. Initial db
$ heroku run rails db:migrate
  1. Create User
$ heroku run rails console
$ User.create(email: "your emrail", password: "your password")
$ exit
  1. Open your app with Heroku CLI commands
$ heroku open
  1. Login with User and enjoy the app!

imission's People

Contributors

jimmy2822 avatar elct9620 avatar

Stargazers

Asadullah avatar  avatar  avatar Kemalcan Ceylan avatar Seiga AL Ghifari avatar  avatar  avatar  avatar ‪Adel Mohsen ‬‏ avatar Nora avatar  avatar Bot Nintendo Portugal avatar  avatar Khyx avatar Hussain avatar  avatar Ryan JCO avatar  avatar  avatar Bayms avatar faddy avatar  avatar  avatar Matheus Ávila Gomes avatar  avatar  avatar  avatar Abhion-Abhi avatar  avatar  avatar 吾无法无天 avatar  avatar  avatar  avatar  avatar HELRSIC ENTERTAINMENT avatar Galleguista-Dev avatar Diego Rojas Justiniano avatar Trung Tấn avatar  avatar Complexity2000 avatar  avatar  avatar  avatar  avatar Karim Mostafa avatar InnovateBot avatar  avatar Afrem avatar  avatar  avatar

Watchers

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