Giter Club home page Giter Club logo

sample-phase-5-project-pitch's Introduction

Sweet Project Title

This is the part where I tell you about the project. The "pitch", if you will. I'm giving you a high level overview of what the project does, and why I decided to build it. This doesn't have to be extensive, just a quick overview.

This is the repo for, say, the frontend of the app. It's hosted here and the backend repo is here.

User Stories

  • As a user, I want to be able to create an account, so I can log in and use the app.
  • As a user, I want to be able to see my user info, so etc etc etc
  • As an editor, I want to be able to do an admin thing, so I can etc etc

(Have one story for each feature you plan to include—even small features are great to list here, so feel free to get granular with it. You'll probably be making a new branch for each of these, right?)

Models and Relationships

This is a good place for a sweet diagram:

My Data Relationships

User

A User has many Pickles, and so on and so forth

  • id
  • username
  • password_digest
  • firstname
  • lastname
  • birthday
  • favorite color

Pickle

A Pickle belongs to a User, and so on

  • id
  • variety
  • weight
  • price
  • description

API

Here's where you want to describe each API endpoint you're building/using. You can put this in your front end repo, your back end repo, or both.

GET /api/users

Returns a list of all users. Response JSON looks like this:

{ 
  id: 111,
  username: "johndoe",
  firstname: "John",
  lastname: "Doe",
  etc: "etc"
}

POST /api/users

Creates a new user. Say more about that here. Send this data:

{ this is what it takes as data }

And this is what it returns:

{ this is what you get back }

Wireframe / Mockup

Put your sweet wireframes and mockup images here. Probably only goes in the front end repo.

Wireframe

Another Wireframe

Contact info and other stuff

Put anything else you want here!

sample-phase-5-project-pitch's People

Contributors

marcmajcher avatar

Watchers

 avatar James Cloos avatar

Forkers

howiekw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.