Skip to content

Shiling is an innovative digital currency developed by students from Kibur College in Ethiopia, aiming to revolutionize the way people engage in trade and commerce. This new coin, built on cutting-edge blockchain technology, offers users a convenient and secure means to buy products within the Shiling ecosystem.

License

Notifications You must be signed in to change notification settings

Mainfiles4/Shiling-Market

Repository files navigation

Setting Up CodeIgniter 4 Project

Follow these steps to set up and run a CodeIgniter 4 project after cloning the repository:

  1. Cloning the Repository: Clone the Git repository containing the CodeIgniter 4 project to your local machine:

    git clone [<repository-url>](https://github.com/Mainfiles4/Shiling-Market.git)
  2. Installing Composer Dependencies: Navigate to the project directory and install Composer dependencies:

    cd Shiling-Market
    composer install
  3. Environment Configuration: Create a .env file in the project root based on the .env.example file, and update the values to match your local environment:

    cp env.example .env
  4. Permissions: Ensure that necessary directories such as /writable have appropriate permissions to allow the application to write to them.

  5. Database Setup: Set up the database and update the .env file with the corresponding database credentials.

  6. Running Migrations (Optional): If the project includes database migrations, you can run them to create database tables:

    php spark migrate
  7. Serving the Application: Serve the CodeIgniter 4 application using the built-in PHP development server or any other web server environment:

    php spark serve

    Alternatively, configure the project to run on your local web server environment.

Once these steps are completed, you should be able to access and interact with the CodeIgniter 4 application locally in your web browser.

About

Shiling is an innovative digital currency developed by students from Kibur College in Ethiopia, aiming to revolutionize the way people engage in trade and commerce. This new coin, built on cutting-edge blockchain technology, offers users a convenient and secure means to buy products within the Shiling ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages