Skip to content

NicolasMica/RoR-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoR learning experiment

This is a simple Ruby on Rails app for learning purpose.

Features

  • User

    • Listing
    • Creation
    • Edition
    • Deletion
  • Photo

    • Listing on the user's profile
    • Creation (link reference)
    • Edition
    • Deletion

Setup

Download of clone the repo

git clone https://github.com/NicolasMica/RoR-learning.git demo

Install the dependencies

cd demo
bundle install

Migrate & seed the database

rake db:migrate && rake db:seed

Start the server and navigate to http://localhost:3000

rails server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published