The user should have the ability to create an account and/or log in and retrieve weather information tailored for outdoor activities, including details such as location, activity, temperature, wind speed, and precipitation. Additionally, they should be able to perform various operations such as create, edit, delete, and update to manage the information.

  • Adventure Weather
  • JavaScript  +   CSS  +   HTML  +   Node  +   Express  +   Mongoose
  • / GET Create a new location
  • /:id GET Show one location
  • /:id DELETE Delete a location
  • / POST List the locations
  • /:id PUT Update a location
  • /:id/edit GET Show edit form for one location
Visual Studio Code