Skip to content

WendySC25/BuddyBudget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team6

BuddyBudget

BuddyBudget is an application designed to help users manage their finances. The project includes a frontend built with React and a backend using Django, both configured to run in Docker containers.

Prerequisites

  • Have Docker and Docker Compose installed.
  • Clone this repository onto your local machine.

Installation and Execution

  1. Clone the repository and navigate to the project’s root directory:

    git clone https://github.com/WendySC25/BuddyBudget.git cd BuddyBudget

  2. Build and run the application using Docker Compose. Ensure you’re in the same directory as docker-compose.yml:

    docker-compose up --build o docker-compose build y docker-compose up

  3. Once the containers are running, access the frontend of the application in your browser:

    http://localhost:3000

Shutting Down the Project

To stop the containers and free up resources, use:

docker-compose down

Project Structure

  • Frontend: Built with React, it provides the user interface. Additional instructions and development scripts are in the frontend folder’s README.md.

    To run the frontend in development mode outside of Docker:

    cd frontend npm install npm start

    This will open the application at http://localhost:3000.

  • Backend: Built with Django and Django REST Framework, it provides the API that serves the frontend.

Resources and Documentation

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors