kernsjn / assignments

0 stars 0 forks source link

week 10 - day 03 - suncoast overflow II - first implementation steps #35

Closed kernsjn closed 4 years ago

kernsjn commented 4 years ago

The Stack is Getting Higher

As we explore the concepts of a full-stack web app, a good way to practice is to duplicate an existing site. For this project, you will be creating a copy of a site that you know very well, StackOverflow.

The finished product will be due by Monday, so this will be a little bigger. Pace yourself

Now that we have a database schema, and API definition, we need to start implementation.

Objectives

Requirements

In groups of 2, create an anonymous question and answer site, that allows users to up-vote and down-vote questions and answers.

The core functionality is:

Explorer Mode

Adventure Mode

kernsjn commented 4 years ago

app stack overflow https://github.com/uncrownedthrone/stack-overflow-site

api stack overflow https://github.com/uncrownedthrone/StackOverflowApi/commits/master