Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

OPIM 3221 Full Stack Overview

Overview of how to setup APIs and a database for your Capstone project!

What does "full stack" mean?

  1. Client applications
  2. APIs
  3. Databases

Setting up a cloud based Database

  1. Creating a MySQL database

Try it out

Connecting to your database locally

  1. Connecting to the database
  2. Setup database and insert some data

Try it out

Other options

  1. Creating Lambdas that will interact with your database
  2. Creating APIs

Resources

  1. What is full stack?