- Introduction
- Features
- Technologies Used
- Front End
- Getting Started
- Author
- Contributing
- Issues and Questions
- Show your Support
- License
Welcome to the Continental backend application! Continental is the backend system of the Continental web app – a financial application designed for users to conveniently send and receive money. This backend system handles various functionalities to ensure a secure and seamless user experience.
Continental employs robust form validation mechanisms to ensure that user inputs are accurate, complete, and meet the required criteria. This prevents erroneous data from entering the system, leading to a more reliable and error-free experience.
User security is a top priority for Continental. We use JSON Web Tokens (JWT) to implement a strong authentication process. This ensures that only authorized users can access the application and its features, safeguarding sensitive financial information.
Users can easily deposit and withdraw funds through the Continental web app. The backend handles these transactions securely, updating user account balances accurately and promptly.
Upon completing a transaction, users receive clear and concise messages indicating whether the transaction was successful or unsuccessful. This helps users stay informed about the status of their financial activities.
When users successfully log in to their accounts, they receive a welcoming message. This friendly touch enhances the user experience and assures them that their login was successful.
Continental employs a robust database system to store user account information, transaction history, and other critical data. This ensures data integrity, scalability, and efficient data retrieval for a seamless user experience.
Users can create and edit their profiles through the web app. This feature allows them to keep their personal and financial information up to date and relevant.
- PHP: PHP is a widely-used server-side scripting language primarily designed for web development
- Laravel: Laravel is a popular open-source PHP web framework known for its elegant syntax and robust features that streamline and simplify web application development.
- JSON Web Token(JWT): JWT (JSON Web Token) is a compact and self-contained method for securely transmitting information between parties as a JSON object.
- MySQL: MySQL is an open-source relational database management system that efficiently stores and manages structured data for various applications.
The Project also has a Front End. Click here to view the Front End.
To set up the Continental backend app locally, follow these steps:
git clone https://github.com/solobarine/continental_backend.git
cd continental-backend
composer install
- Create a .env file based on the provided .env.example template.
- Configure your database connection settings, JWT secret key, and any other required variables.
php artisan serve
The API will be available at http://localhost:8000. You can use tools like Postman to interact with the API endpoints.
- Name: Solomon Barine Akpuru
- GitHub: @solobarine
- LinkedIn: solomon-akpuru
We welcome contributions to the Continental backend app! If you'd like to contribute, please fork the repository, make your changes, and submit a pull request. Be sure to follow our contribution guidelines.
If you encounter any issues, have questions, or need assistance, please open an issue. We're here to help!
Give a ⭐️ if you like the project!
Go Buddy is released under the MIT License.
Thank you for choosing Continental. Together, we're creating a secure and convenient financial experience for users around the world.