Skip to content

Branch Cut: 10-29-2020 16:37 #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ Localhost 3000 should run the app.
This project uses React to create a client for an existing school database REST API. The full stack application will provide a way for users to administer a school database containing information about courses: users can interact with the database by retrieving a list of courses, viewing detail for a specific course, as well as creating, updating and deleting courses in the database.

This project incorporates: React, JSX, React Router, React Context API, and Create React App


Test branch cut
3 changes: 3 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# techdegree-project-9
This project creates a REST API using Express. It incorporates knowledge of REST API design, Node.js, and Express to create API routes, along with the Mongoose ORM for data modeling, validation, and persistence. The API provides a way for users to administer a school database containing information about courses: users interact with the database by retrieving a list of courses, as well as adding, updating and deleting courses in the database.


test the branch cut
73 changes: 58 additions & 15 deletions api/package-lock.json
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"mongodb": "^3.1.10",
"mongodb": "^3.1.13",
"mongoose": "^5.3.16",
"morgan": "^1.9.1",
"promise.prototype.finally": "^3.1.0",
Expand Down