Skip to content

ab4ullah/Project-3-Prompt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

GA Logo

Project #3: Full Stack Application

Overview:

Your team will be creating a full stack application using Ruby on Rails.

You will be working as a team for this project, everyone must contribute. If 1 person does not contribute or 1 person does all the work then the entire team will fail requirements.


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.
  • AJAX: Using Axios to make asynchronous javascript calls.
  • React: A front end framework for building modern web applications.
  • 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
  • Deploy on Heroku so application is live on the web
  • Craft 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

Resource of your choice

  • 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)

Team Requirements

  • Every team member must have commits contributing to the project.
  • Pair programming is allowed and should be noted in the commit by using @github_username of each student pairing
  • No single student should do a majority of the commits

Necessary Deliverables

  • Projects are due Thursday, 14/3 at 9am! Submissions will be submitted via a google sheet before presentations start.
  • 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 favourite part to work on?
    • What would you like to add next?

Useful Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published