Code Monkey home page Code Monkey logo

capstone-backend-1's Introduction

Product Requirements Documentation

By Haley Zitzmann

Summary

Field Detail
Bloodbanking App {Blood Bank Testing}
Description {I am building a full CRUD application that allows the users to add new patients and add and modify blood bank testing to the patient chart.}
Developers {Haley Zitzmann}
Live Website {https://capstone-backend-1-gqhh.onrender.com/patient/}
Repo {https://github.com/zitzmah/Capstone-Backend-1}

User Stories

List of stories users should experience when using the application.

  • Users should be able to see the site on desktop and mobile
  • Users can create a new patient chart
  • Users can see all the patient charts on the dashboard
  • Users can update patient chart
  • User can delete patient charts

Route Tables

Endpoint Method Response Other
/item GET JSON of all patients
/item POST Create new item return JSON of new patient body must include data for new patient
/item/:id GET JSON of patient with matching id number
/item/:id PUT update patient chart with matching idea, return its JSON body must include updated data
/item/:id DELETE delete the patient chart with the matching id
/auth/signup POST creates new user account returns user JSON new user info must be included in body
/auth/login POST logs in user and returns user JSON with JWT token username and password must be included in body

Component Architecture

flowchart TD
    A[App] --> B(Header)
    A --> C{Components}
    A --> D[Footer]
    C --> F[Index]
    C --> G[Show]
Loading

capstone-backend-1's People

Contributors

zitzmah avatar

Watchers

 avatar

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.