RazEfron / capstone-resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capstone-resources-working-title

Student Resources for Full Stack Capstone Projects

Welcome to the student resources repository for our full stack capstone projects! This repository is designed to provide you with the tools, information, and support you need to successfully complete your capstone project.

Purpose of this Repository

This repository contains resources that will help you plan and build your full stack capstone project. The resources are divided into two categories:

  • App Planning: Resources that will help you plan and organize your capstone project.
  • App Coding: Resources that will help you build and test your full stack application.
  • Demo Day: Resources that will help you prepare for public speaking and presentations.

How to Use this Repository

To get started, simply clone this repository to your local machine using Git. You can then explore the contents of the repository and use the resources to help you plan and build your capstone project.

This Readme serves as an index to the rest of the repo. Each sub topic in the repo has a resource type (class recording, cnavas lesson+notes, etc.) and a difficulty.

Resource Type Symbol
Official Docs πŸ“š
Internal resource πŸ“
External resource βž•
Difficulty Color
Easy 🟒
Medium 🟠
Advanced πŸ”΄

If you have any questions or need further assistance, don't hesitate to reach out to your instructor or classmates. We're here to support you throughout the capstone project process!

Good luck, and happy coding!

App Planning & Demo Day Resources

Here are some of the resources that you can find in this section:

App Design concepts and resources

Example project ideas and proposals

Entity Realtionship Diagrams and data modeling

Wireframing and prototyping tools

Project management tools and templates

Demo Day Materials

App Coding Resources

Here are some of the resources that you can find in this section:

JavaScript Essentials

Basic JS

Git

CSS

Deployment

Express

React

Node.js

TypeScript

User Auth

SQL

  • πŸ“š SQL Tutorial - A comprehensive tutorial on SQL, including data manipulation and querying.
  • πŸ“š PostgreSQL - A powerful, open-source relational database management system.
  • πŸ“š pgAdmin - A popular open-source administration and management tool for PostgreSQL.
  • πŸ“š pg-promise - A library for working with PostgreSQL databases in Node.js, with support for transactions, prepared statements, and more.

About