Git Product home page Git Product logo

expenses-manager's Introduction

Expenses Manager

This is a CRUD project I made for a subject which is meant to help you manage your expenses. This is the first project I developed with Spring Framework.

You can:

  • Add expenses
  • Remove expenses
  • Search for expenses

You can add expenses only for the current month.


Main technologies

These are the main technologies used in the project:

  1. Java
  2. Spring Framework (JPA, Security)
  3. Hibernate ORM
  4. Vue JS
  5. Axios
  6. jQuery
  7. Html, CSS and Bootstrap

Deployment

In order to deploy the project you are going to need:

  1. Any IDE with support for Java EE (Be it eclipse, IntelliJ, etc...)
  2. Apache Tomcat (download zip from https://tomcat.apache.org/download-90.cgi)

MySQL is used as a database.

Follow this tutorial in order to set up Tomcat in Eclipse: https://crunchify.com/step-by-step-guide-to-setup-and-install-apache-tomcat-server-in-eclipse-development-environment-ide/

Import the project and wait for the dependencies to solve.

Open persistence.xml, database.properties, application.properties and setup the url, user and password.

Once that's setup, now it's time to discuss the database. Although an ORM is used, I decided that it's better to use a prebuilt sql file with the tables already defined.

Open the database folder and import them in a database with the same name as the file (2 databases. One for each file, usuarios holds the users and expensemanager holds the expenses).

Once that's done you're ready. Open the project in the port you've setup the project and start by registering a user. After, login and you can start testing the web-app.

Documentation

You can find the javadocs inside the doc folder.

expenses-manager's People

Contributors

mihailaur01 avatar mihailaurentiu01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.