Skip to content

ACJJava2020/open-weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Weather API and MongoDB

Prerequisites

  • JDK 1.8.X
  • Maven 3.3.X
  • MongoDB
  • Open weather map API keys

Generating keys

MongoDB

  • Run MongoDB Instance
  • Create a database (refer to application.properties for name)
  • Create a collection (refer to products.java for the model)

Run

  • Download/Clone the project on to your local machine
  • Run the project on your machine
  • Create records using Postman POST /api/product
  • Send a request to http://localhost:8081/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors