Skip to content

Commit

Permalink
BloomTech
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Lauer committed Nov 16, 2021
1 parent 194198e commit 2ee4a3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This challenge allows you to practice the concepts and techniques learned over t

In your challenge this week, you will demonstrate your mastery of these skills by designing and creating a web API to manage the following resources: `Projects` and `Actions`.

This is an individual assessment. All work must be your own. All projects will be submitted to Codegrade for automated review. You will also be given feedback by code reviewers the Monday after challenge submissions. For more information on the review process [click here](https://www.notion.so/lambdaschool/How-to-View-Feedback-in-CodeGrade-c5147cee220c4044a25de28bcb6bb54a).
This is an individual assessment. All work must be your own. All projects will be submitted to Codegrade for automated review. You will also be given feedback by code reviewers the Monday after challenge submissions. For more information on the review process [click here](https://www.notion.so/bloomtech/How-to-View-Feedback-in-CodeGrade-c5147cee220c4044a25de28bcb6bb54a).

You are not allowed to collaborate during the sprint challenge.

Expand Down
2 changes: 1 addition & 1 deletion data/seeds/02-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports.seed = function (knex) {
{
project_id: 1,
description: 'Fork and Clone Repository',
notes: 'Repo URL: https://github.com/LambdaSchool/node-api-challenge',
notes: 'Repo URL: https://github.com/BloomInstituteOfTechnology/node-api-challenge',
},
{
project_id: 1,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaSchool/web-sprint-challenge-build-a-web-api"
"url": "git+https://github.com/BloomInstituteOfTechnology/web-sprint-challenge-build-a-web-api"
},
"dependencies": {
"express": "4.17.1",
Expand Down

0 comments on commit 2ee4a3b

Please sign in to comment.