Users must be able to create an account or log in to access personalized weather information tailored for outdoor activities. The system should provide details such as location, activity type, temperature, wind speed, and precipitation. Users should also be able to manage this information by creating, editing, updating, and deleting records as needed.

  • 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