Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rulfadev/walltrack

Repository files navigation

English Language

Transaction Records

This project is a web application for recording transactions using the CodeIgniter framework.

Features

  • Adding a new transaction
  • Adding a new transaction category
  • Viewing the transaction list
  • Deleting a transaction
  • Deleting a transaction category

Requirements

  • PHP >= 7.2
  • Composer
  • Web server (Apache, Nginx, etc.)
  • MySQL database

Installation

  1. Clone this repository:
git clone https://github.com/RulfaDev/walltrack.git
  1. Navigate to the project directory:
cd walltrack
  1. Install dependencies using Composer:
composer install
  1. Copy the env file to .env and adjust the database configuration:
cp env .env
  1. Create a database:
php spark db:create walltrack
  1. Database migration:
php spark migrate
  1. Create a seeder:
php spark db:seed
  1. Run the development server:
php spark serve
  1. Access the application in a browser via the URL:
http://localhost:8080
  1. Access your account with:
email: [email protected]
password: user123

Usage

  1. Open the application in a browser.
  2. Register your new account.
  3. Log in to your account.
  4. Add a new transaction using the form provided.
  5. View or delete transactions from the transaction list.

Contributions

If you would like to contribute to this project, please fork this repository and create a pull request with your changes.

License

This project is licensed under the MIT License.

Bahasa Indonesia

Catatan Transaksi

Proyek ini adalah aplikasi web untuk mencatat transaksi menggunakan framework CodeIgniter.

Fitur

  • Menambahkan transaksi baru
  • Menambahkan kategori transaksi baru
  • Melihat daftar transaksi
  • Menghapus transaksi
  • Menghapus kategori transaksi

Persyaratan

  • PHP >= 7.2
  • Composer
  • Web server (Apache, Nginx, dll.)
  • Database MySQL

Instalasi

  1. Clone repositori ini:

    git clone https://github.com/RulfaDev/walltrack.git
  2. Masuk ke direktori proyek:

    cd walltrack
  3. Instal dependensi menggunakan Composer:

    composer install
  4. Salin file env menjadi .env dan sesuaikan konfigurasi database:

    cp env .env
  5. Membuat database:

    php spark db:create walltrack
  6. Migrasi database:

    php spark migrate
  7. Buat seeder:

    php spark db:seed
  8. Jalankan server pengembangan:

    php spark serve
  9. Akses aplikasi di browser melalui URL:

    http://localhost:8080
    
  10. Akses akun dengan:

    email : [email protected]
    kata sandi : user123
    

Penggunaan

  1. Buka aplikasi di browser.
  2. Register akun baru anda.
  3. Login ke akun anda.
  4. Tambahkan transaksi baru melalui formulir yang disediakan.
  5. Lihat, atau hapus transaksi dari daftar transaksi.

Kontribusi

Jika Anda ingin berkontribusi pada proyek ini, silakan fork repositori ini dan buat pull request dengan perubahan Anda.

Lisensi

Proyek ini dilisensikan di bawah MIT License.

About

Web application for recording transactions using the CodeIgniter framework.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published