Skip to content

Blackart-glitch/FundFlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fund Flex Logo

Build Status Total Downloads Latest Stable Version License

About Fund Flex

This application is built with laravel 10.x, bootstrap 5.x (not tailwindcss as traditionally used), jquery 3.x. Fund dllex is a web application that allows users to send and receive money from other users. they perform non cash transactions from all over the world at the comfort of their homes.

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Complete All steps

installation guide

1. Install Xampp

Download Xampp from here

2. Install Composer Gloabally

Download Composer from here

3. Install Git Globally if you don't have it

Download Git from here

4. Install Node.js (RECOMMENDED TO INSTALL GLOBALLY)

Download Node.js from here

5. Install Laravel

Open your terminal and run the following command

composer global require laravel/installer

Then run the following command to check if laravel is installed

laravel --version

6. Clone the project from github repo:

if you are using SSH,

git clone git@github.com:Blackart-glitch/FundFlex.git

if you are using HTTPS

  • clone your repository in your Xampp Htdocs Folder
git clone https://github.com/Blackart-glitch/FundFlex.git
  • Note: you will be asked to enter your github username and password everytime you try to push to the repo

Read more about cloning here

7. cd into the project folder

cd FundFlex

8. Install all the dependencies

composer install

9. Install and build node dependencies

npm install
npm run build

10. Create a .env file in the project folder

  • Copy the content of the .env.example file and paste it in the .env file

  • Change the following lines to your database username and password

  • linux/bash

cp .env.example .env
  • in windows
copy .env.example .env

11. Create a database in your phpmyadmin

  • Name: fundflex

if your username is root and password is empty, you can skip this step

  • Open the .env file in the project folder and change the following lines to your database username and password
  • Change the following lines to your database username and password
DB_DATABASE=fundflex
DB_USERNAME=YOUR_USERNAME
DB_PASSWORD=YOUR_PASSWORD

12. Generate a key for the project

php artisan key:generate

13. Migrate the database only after step 11 is complete

php artisan migrate

14. Run the project

php artisan serve

if the setup is successful, you should see this in your terminal

Starting Laravel development server: http://

About

A fund wallet web application for a research project

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published