Giter Site home page Giter Site logo

oklalala / todo_list Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mitsunchieh/todo_list

0.0 2.0 0.0 34 KB

TodoList sample and explanation for AlphaCamp lighthouse 2017Q4

Ruby 76.47% JavaScript 2.32% CoffeeScript 0.40% CSS 5.60% HTML 15.22%

todo_list's Introduction

TodoList

TodoList sample and explanation for AlphaCamp lighthouse 2017Q4

Installation

This project is available on Ruby 2.3.5 and Rails 5.0.2

You can install this project with few steps:

Clone repository

Clone the source code from github to your computer.

$ git clone [email protected]:MitsunChieh/todo_list.git

Generate configuration files

Generate a secret key into /config/secrets.yml

$ cd todo_list
$ echo -e "development:\n  secret_key_base: `rails secret`" | tee config/secrets.yml

Then create a new file call database.yml under your /config folder

/config/database.yml

default: &default
  adapter: sqlite3
  pool: 5
  timeout: 5000
development:
  <<: *default
  database: db/development.sqlite3

Setup database

Setup your database and data seeds

$ bundle exec rails db:setup

Run your application

$ bundle exec rails s

Then you can see your application in browser with this path

localhost:3000

todo_list's People

Contributors

mitsunchieh avatar

Watchers

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