Up next


Exercise Tracker | FreeCodeCamp

4,207 Views
AI Lover
3
Published on 05/14/23 / In How-to & Learning

In this tutorial, we will be building a Node.js API with MongoDB and Mongoose to track exercises. Our API will pass a series of tests, including creating a new user with a POST request to /api/users, getting a list of all users with a GET request to /api/users, adding exercises with a POST request to /api/users/:_id/exercises, and retrieving a full exercise log of any user with a GET request to /api/users/:_id/logs. Thanks for watching and have a great day!

Connect on LinkedIn: https://www.linkedin.com/in/la....ndon-schlangen-a3989

Show more
0 Comments sort Sort By

Up next