Skip to content

This Project is built for the NTU MSc subject Internet Programming

Notifications You must be signed in to change notification settings

Achsuthan/money_manager_backend

Repository files navigation

Money Manger backend system

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,

  1. Create the schema called money_manager
  2. 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,

Email 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

About

This Project is built for the NTU MSc subject Internet Programming

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages