Skip to content

Backend repository for the Copay application. This repository contains the server-side logic, database structure, and API endpoints that support the functionality of managing shared expenses, debts, and wishlists for users in different groups. It includes database schema, user authentication, group management, expense tracking and other features.

Notifications You must be signed in to change notification settings

poksyy/copay-app-backend

Repository files navigation

Copay banner

CoPay Backend

CoPay is a collaborative expense management application designed to simplify the division of costs within groups, such as dinners, trips, or gifts. It allows users to manage shared payments, create collaborative wish lists, and compare prices to find the best deals on products. The backend repository handles all server-side logic, user management, and data processing for these features.

The project is carried out by three team members: Pau Carrera Nonales, Dylan Navarro Vinyarta, and Cristian Oraña Gamo. Over the past two years, we have acquired significant knowledge through our vocational studies, complemented by personal projects that have enhanced our technical and collaborative skills.


Features

  • User Management: Users can create accounts, log in, and manage their profiles. The system also allows users to update their information and manage their phone numbers and passwords.
  • Expense Division: Simplifies the process of splitting expenses between group members, ensuring transparency about who has paid what and who owes whom.
  • Group Management: Users can create expense groups, add members, and track the expenses for each group.
  • Shared Gifts: Facilitates the organization of collaborative gifts, enabling group members to pool their contributions and keep everything organized.
  • Price Comparison: Provides a tool to compare prices of items in wish lists, helping users to find the best deals from both physical and online stores.

Technologies Used

  • Java with Spring Boot for backend development.
  • MySQL for database management.
  • Aiven for cloud database hosting.

How to Set Up

  1. Clone the repository:
    git clone https://github.com/poksyy/copay-app-backend.git
    
  2. Install dependencies:
     cd copay-backend
     npm install
  3. Set up the database using the provided schema in the database/ folder.
  4. Configure the .env file for environment variables, including database credentials.
  5. Start the server:
    npm start
    

Contributing

We welcome contributions! If you'd like to improve or add features to the project, feel free to fork the repository and create a pull request.

To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request describing your changes.

All contributions are appreciated!


License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Backend repository for the Copay application. This repository contains the server-side logic, database structure, and API endpoints that support the functionality of managing shared expenses, debts, and wishlists for users in different groups. It includes database schema, user authentication, group management, expense tracking and other features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages