Skip to content

vlsulliv/Workout_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Tracker MIT license

Table of Contents

Summary

Open a command line and enter node index.js command.

API ROUTES

  • POST: Workouts

    • FUNCTIONALITY: create
    • EXPECTED OUTPUT: will add new workout to collection
    • ENDPOINT: "/workouts"
  • GET: Workouts

    • FUNCTIONALITY: index
    • EXPEXTED OUTPUT: List one workout
    • ENDPOINT: "/api/workout"
  • GET: Workouts

    • FUNCTIONALITY: index
    • EXPEXTED OUTPUT: List all workouts
    • ENDPOINT: "/workout"
  • DELETE: Destroy

    • FUNCTIONALITY: destroy
    • EXPEXTED OUTPUT: deletes a workout
    • ENDPOINT: "/"

Technologies

  node.js
  inquirer.js

  node
  inquirer
  Morgan

Credit

Icons
Website Templates

Project Structure

Reach Out

Contact me to collaborate on a project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published