madrakas / bit_12_01_hw_bank_v2_mvc_webmix

0 stars 0 forks source link

LICENSE Static Badge Eco Status Discord

BIT Full stack developer course โ€“ Part 12. MVC, Webpack - Practice No.1. Bank V2

My journey to become a full stack developer


๐ŸŒŸ About

This project is a part of my workbook from Full stack developers course at BIT This is the 12th part of the course: MVC, Webpack - Practice No.1. Bank V2

This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!

๐Ÿงญ Other repositories from same course

  1. General programming skills and JS
  2. Intro to HTML and CS
  3. HTML and CSS basics, UFO 404 page
  4. HTML and CSS, Real Estate Website
    1. Practice No.1: Photographer website
    2. Practice No.2: Collab landing page
  5. JavaScript HTML DOM intro
  6. JavaScript Kanban website
    1. Practice No.1: Random color app
    2. Practice No.2: Simple JS game
  7. React intro
    1. Practice No.1. React page design
    2. Practice No.2. React calculator
  8. React + Bootstrap website
    1. Practice No.1: React + bootstrap Investment calculator
    2. Practice No.2: React countries API
    3. Practice No.3: React use context app
    4. Practice No.4: React BMI calculator
  9. Intro to backend. Quick JS overview
  10. Backend intro. React
  11. Backend. PHP
    1. Practice No.1. Bank V1
  12. MVC, Webmix
    1. Practice No.1. Bank V2 (current repository)
  13. Intro to Laravel
  14. Deeper into Laravel
    1. Practice No.1. Bank V3

๐ŸŽฏ Project features/goals

๐Ÿงฐ Getting Started

๐Ÿ’ป Prerequisites

xampp - download and install

https://www.apachefriends.org/

Node.js - download and install

https://nodejs.org

Composer - download and install

https://getcomposer.org/download/

Git - download and install

https://git-scm.com

๐Ÿƒ Run locally

Would like to run this project locally? Open terminal and follow these steps:

  1. Clone the repo to your xampp htdocs folder

    git clone https://github.com/madrakas/bit_11_backend.git
  2. Run Xampp Apache and MySQL components

  3. Install NPM packages

    npm i

    or

    npm install
  4. Install composer packages

    composer install
  5. Run Webpack resource updater

    npm start
  6. Change projects URL in /public/index.php

    define('URL', 'http://super-colors.test');
  7. Open your URL (default http://super-colors.test) to view folders in your browser.

๐Ÿงช Running tests

No tests to run

๐ŸŽ… Authors

Arvydas Github

Sensei: A-Kija Github

โš ๏ธ License

Distributed under the MIT License. See LICENSE.txt for more information.

๐Ÿ”— Other resources

No other resources