Skip to content

luaysuarna/angular-todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Todo Application

Requirements

Installation

Ruby version 2.3.3

Install bundler gem

#!bash

$ gem install bundler

Install dependencies

#!bash

$ bundle install

Database creation

#!bash
$ rake db:create
$ rake db:migrate

Run Rails Server

#!bash
$ rails server

Access in browser http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published