Giter Club home page Giter Club logo

sistematis-web-remaster's Introduction

Sistematis - CodeIgniter

aplikasi sistematis (web based) dan basic API

Installation

  1. Clone the repository:

    git clone https://github.com/UserGhost411/sistematis-web-remaster
  2. Navigate to the project directory:

    cd sistematis-web-remaster
  3. Import the database:

    • Make sure you have a MySQL database server installed and running.
    • Use your preferred MySQL database management tool (e.g., phpMyAdmin) to create a new database.
    • Import the sistematis_new.sql file located in the root directory of this project into your newly created database.
  4. Configure the database connection:

    • Open the application/config/database.php file.
    • Update the database settings (hostname, username, password, database) to match your MySQL database configuration.
  5. Run the application:

    • Make sure you have PHP installed on your system.
    • Use a local development server (e.g., Apache, Nginx) or PHP's built-in server to run the application.
    • Navigate to the project directory and start the PHP server:
      php -S localhost:8000
    • or copy directory to your dev enviroment like xampp htdocs or else....
  6. Access the application:

    • Open your web browser and navigate to localhost using the port that you have configured for the application.

Notes

  • Change BaseURL Config value on application/config/config.php to your relative path (example : http://localhost/sistematis)
  • The sistematis_new.sql file in the root directory contains a backup of the database used by this application. You need to import this file into your MySQL database before running the application.
  • Make sure to configure the database connection in the application/config/database.php file before running the application.
  • there 3 login account on backup db
username password description
admin 123 Administrator Access Privileges
tester 123 Employee Access Privileges
vendor 123 Vendor Access Privileges

License

This project is licensed under the MIT License.

sistematis-web-remaster's People

Contributors

userghost411 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.