Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hbhadvankar/emailPrioritisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emailPrioritisation

This project consists of Web service API's which user will be using for managing priorities of their emails

Instructions of pre requisite softwares.

Build and Deployment Procedure

  • Refer below github url for email prioritisation project. You can either clone or download the source. [https://github.com/hbhadvankar/emailPrioritisation]
  • Once the project is available on your local machine, you need to build the project to create a war file. To create a war file follow below steps.
    • Go to the project's root directory from command prompt and type “ant” command. If apache-ant is installed on your machine, this command will build the war file for this project.
    • You will see the status of the build in your console. Once the build is successful the war file will be created in the dist folder of the project. Please refer screenshot below.
  • Once you have created a war you can deploy the same on the Apache-tomcat server which you have downloaded and installed.
  • Copy the war file into the webapps folder of Apache-tomcat server and start the server.
  • You can follow the same procedure for build and deployment using eclipse as well.
    • You can right click on the build.xml mentioned above and click on run as “Ant build”.
    • This will build the war file. Copy the war file into the webapps folder of Apache-tomcat server and start the server.
  • Once your apache-tomcat server is completely up and running, open the postman application to test the web services API calls.
  • The project directory contains 2 postman collections mentioned below. Please import them to test the API calls.
    • CRUDPriorityServiceCalls.postman_collection
    • EmailServiceCalls.postman_collection
  • Also project directory contains JSON data. Please use them to test the API's.

About

This project consists of Web service API's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published