This project is developed by using
- Servlet
- MySql
The JAR file required to run this project
- Java JSON: Is used to convert the data in to JSON format when returning API response and Getting the body object JAR
- MySQL Connector: Is required to connect the MySql with Java JAR
- Mail: This Is used to send the email to the users for the specific activites such as (Successfull registration, Friend invitation, Friend request accept, Invitation to join to the system and be as a friend to invitee) JAR
To run this project given list are requied
After install all the required list and downloaded the jar files, import WAR file from this link to Eclipse or NetBeans
After the WAR file imported to the Eclipse or Netbease add the Server Runtime
as apache-tomcat-x.x.x
In the Msql Workbench,
- Create the schema called
money_manager
- Import the database files from this link
All the API postman collection can be found from this link. {{baseUrl}}
should be set in the environment variable in the postman collection.
Some of the dummy users are added to the database,
password | |
---|---|
achsuthan@icloud.com | Pass@123 |
achsuthan9314@gmail.com | Pass@123 |
This project's frontend is build in with Vue.js, the srouce code can be found here