Your team will be creating a full stack application using Ruby on Rails and Postgresql.
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 the requirements.
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, arrays, events, while learning how to strategically solve problems and resolve errors.
- Web Fundamentals: Learn how to use HTML, CSS, and JS to build interactive web pages. Also learn how to respond to actions your users take and the data t hey input into the browser.
- Browser Applications: Dive into CSS & JavaScript, and figure out how to use libraries and frameworks to get lots of style and functionality for free.
- Responsive Web Design: Making web applications that respond to device size.
- Deployment: Host a static web site in a managed hosting environment.
- 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.
- 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
- Craft a
README.mdfile that explains your app to the world
- Plan your application using
- User Stories
- Wireframes
- Entity Relationship Diagram's (ERD)
- Present your project idea along with your planning documentation on Sunday 24/11 for project approval.
- 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
- 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
- Make application responsive
- Use a 3rd party gem like bootstrap
- Seed database from CSV file of data
- Use a 3rd party API with httparty
- Allow users to upload image files with:
- Every team member must have commits contributing to the project.
- Pair programming is allowed and should be noted in the commit by using
@github_usernameof each developer pairing - No single developer should do a majority of the commits
- Projects are due Thursday, 28/11 at 9am! Submissions will be submitted via a google sheet before presentations start.
- A 10 minute presentation in which your team will 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?
