Skip to content

wanderlust-pt/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

589cba2 · Jun 10, 2019

History

49 Commits
Jun 10, 2019
May 3, 2019
May 3, 2019
Apr 25, 2019
May 4, 2019
May 2, 2019
May 2, 2019
Apr 27, 2019
Jun 10, 2019
May 2, 2019
Jun 10, 2019

Repository files navigation

backend

API Endpoints:

Login/Register

  • username: (string),
  • password: (string)

Todo properties

  • id (number),
  • title (string),
  • task (string),
  • notes (string),
  • setDate (date),
  • userId (integer),
  • completed (boolean),
  • created_at (datetime),
  • updated_at (datetime)

##Back-end Development Role Description You have been learning all about NodeJS and Express and SQL in order to craft Web Servers and build API's for consumption by client side applications. You will use these skills to be in charge of building out the back-end API for your project.

The Back End Development unit explored the following topics: Building RESTful Web APIs with Express and Node.js Server-side Routing,Express Middleware Deployment and Good Practices Introduction to Relational Databases and SQL Inserting and Modifying Data Querying Data, Migrations and Seeding Introduction to Data Modeling Introduction to Authentication Using Sessions and Cookies Using JSON Web Tokens (JWT) Client Side Authentication Introduction to Automated Testing Testing React Applications Testing Web APIs Your primary role as a Back-end Architect You will use your skills to be responsible for the back-end architecture of this project. You will work closely with your Front End Architect and your Scrum Master in order to discover project needs and deliver working Endpoints for your application.

Grading Rubric: Use this rubric to help guide your development processes

Back-end Development Role Description

You have been learning all about NodeJS and Express and SQL in order to craft Web Servers and build API's for consumption by client side applications. You will use these skills to be in charge of building out the back-end API for your project.

The Back End Development unit explored the following topics:

  • Building RESTful Web APIs with Express and Node.js
  • Server-side Routing,Express Middleware
  • Deployment and Good Practices
  • Introduction to Relational Databases and SQL
  • Inserting and Modifying Data
  • Querying Data, Migrations and Seeding
  • Introduction to Data Modeling
  • Introduction to Authentication
  • Using Sessions and Cookies
  • Using JSON Web Tokens (JWT)
  • Client Side Authentication
  • Introduction to Automated Testing
  • Testing React Applications
  • Testing Web APIs

Your primary role as a Back-end Architect

You will use your skills to be responsible for the back-end architecture of this project. You will work closely with your Front End Architect and your Scrum Master in order to discover project needs and deliver working Endpoints for your application.

Grading Rubric:

Use this rubric to help guide your development processes

Releases

No releases published

Packages

No packages published