Skip to content

creaboulait/quora-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quora Boilerplate

This is a boilerplate app for quora-clone. It will be used to build quora-clone and help you learn web server fundamentals such as HTTP(GET/POST), RESTful Routes, Cookies and the MVC Framework.

Folder Structure

The directory structure emulates Rails MVC Framework using Sinatra.

quora-boilerplate
  ├─ config/
  │  ├── database.rb
  │  └── init.rb
  ├─ controllers/                       
  │  └── application_controller.rb
  ├─ db/
  │  └── migrate/                       
  ├─ helpers/
  ├─ models/            
  ├─ public/
  │  ├── css
  │  └── js
  ├─ views/
  │  └── application.erb
  ├─ Rakefile
  ├─ README.md
  └─ Gemfile

Getting Started

  1. Run bundle install to install all gem dependencies
  2. Start the server by running shotgun app.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published