Giter Club home page Giter Club logo

p2's Introduction

GA Logo

Project #2: Full Stack Application

Overview:

You will be creating a full stack application using Ruby on Rails and MySQL.


What You've Learned

By the time you submit this project, you will have covered new ground in, and reviewed, many of the big themes of the course so far:

  • Command Line: Practice interacting with the computer and navigating the filesystem from the command line.
  • Source Control: Manage and interact with a git repository to store changes to code.
  • Programming Fundamentals: Work with objects, constructors, events, while learning how to strategically solve problems and resolve errors.
  • Web Fundamentals: Learn how communication happens over the internet, and how to structure, style, and animate documents within a browser. Also learn how to respond to actions your users take and the data they input into the browser.
  • Browser Applications: Dive into CSS, and figure out how to use libraries and frameworks to get lots of style and functionality for free.
  • Deployment: Host a static web site in a managed hosting environment.
  • Responsive Web Design: Making web applications that respond to device size.
  • Server Side Applications: Server-side scripting is a technique used in web development which involves employing scripts on a web server which produce a response customized for each user's (client's) request to the website.
  • Databases: A structured set of data held in a computer, especially one that is accessible in various ways.
  • SQL: SQL is used to communicate with a database. It is the standard language for relational database management systems. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.
  • Ruby: Ruby programming fundamentals including Object Oriented Programming with Classes and Inheritance.
  • Ruby on Rails: A web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

Requirements

General Requirements

  • Build a web application from scratch, must be your own work.
  • Use Ruby on Rails framework to build your application
  • Don't use Rails Scaffolding for generating your resources.
  • Deploy on Heroku so application is live on the web
  • Create a README.md file that explains your app to the world

Technical Requirements

Authentication

  • User must be able to sign up
  • User must be able to sign in
  • User must be able to change password
  • User must be able to sign out

2 extra resources of your choice (other than User)

  • User must be able to create a resource
  • User must be able to edit a resource
  • User must be able to view all resources they created
  • User must be able to view a single resource they created
  • User must not be able to edit or delete other users' resources

Stretch Technical Goals (optional)

Necessary Deliverables

  • Projects are due on Thursday, 12/26 at 8.30am!
  • You have to fill the google sheet before 8.30am with you name, github link and deployed link
  • A 10 minute presentation in which you answer the following questions:
    • What is the application about?
    • Is there any information you think might help us understand what you built?
    • Demo of application
    • What features did you include?
      • Make sure to explain anything "new" (things that we didn't cover in class)
    • What was the most difficult part of the project?
    • What was your favorite part to work on?
    • What would you like to add next?

Useful Resources

p2's People

Contributors

saadkhan29 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.