Skip to content

mohitsharma012/BankSwiftBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankSwiftBackend

Welcome to BankSwiftBackend, a Django project integrated with React for facilitating money transfers between users.

Overview

BankSwiftBackend is a web application designed to provide a platform for transferring money between registered users. It utilizes Django, a high-level Python web framework, for the backend server logic and React for the frontend user interface. This project aims to provide a seamless and secure environment for managing financial transactions.

Features

  • User Authentication: Users can register, login, and securely authenticate themselves to access the platform.
  • Transfer Money: Authenticated users can transfer money to other registered users within the platform.
  • Transaction History: Keep track of all transactions made within the system.
  • Dashboard: Provides users with an overview of their account balance and recent transactions.

Installation

To run BankSwiftBackend locally, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/yourusername/BankSwiftBackend.git
  2. Navigate to the project directory:

    cd BankSwiftBackend
  3. Install dependencies:

    pip install -r requirements.txt
  4. Start the Django server:

    python manage.py runserver
  5. Access the application in your web browser at http://localhost:8000.

Configuration

  • Database Configuration: BankSwiftBackend uses Django's default SQLite database for development. For production, you may want to configure a more robust database like PostgreSQL.
  • Environment Variables: Ensure that sensitive information like secret keys, database credentials, etc., are stored securely. Consider using environment variables or Django's settings.py for managing configurations.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • Django: Thank you to the Django community for providing a powerful web framework.
  • React: Appreciation to the React community for building a fantastic library for building user interfaces.

Contact

For any inquiries or support, please contact [email protected].

Happy coding! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages