Created application using Spring initializer with spring web starter and thymelyeaf. used Eclipse IDE with Spring plug in from eclipse market place. TO RUN Application:
Install Eclipse with Spring boot and run application with apache tomcat emmbbed container must work fine. Have Disabled the spring security for local application working.
To run in local environment : Install MongoDb in local machine, Start server by using mongod command in the bin/ folder. use "mongo" command in bin/ folder to start client, then type the following a) use climate Then to sync the code to local machine. Step 1: Create a folder as Climate Step2: Clone the repository to that particular folder. Step3: Open the project in Eclipse with Spring boot installed . Step4: Run the application.