FrostHard / Web-Event-Organizer

(Work-in-progress) Event Organizing web-based system with CodeIgniter 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-Event-Organizer

An event organizing web application built with CodeIgniter 3 framework

Requirements

Running

Make sure to add this in your Homestead.yaml file. On the maps:

map: 'C:\path\to\projects'    
to: /home/vagrant/code  

and to your sites

map: eventorg.test   
to: /home/vagrant/code/projectW
php: "5.6"

The domain may be changed as you wish, and also you need add it to the hosts file. Such as

192.168.10.10 eventorg.test

You may also add phpMyAdmin (if you're using it) in the Homestead.yaml file. On the folders:

map: 'C:\Users\Farrell\Documents\Websites\phpMyAdmin'
to: /home/vagrant/code/phpMyAdmin

and on the sites to redirect it

map: phpmyadmin.test
to: /home/vagrant/code/phpMyAdmin
php: "7.2"

Database

Make sure to import the event_login.sql file that is located in this root repository. To do this:

  1. Create a database named "event_login" in phpMyAdmin
  2. Go to Import
  3. Choose the event_login.sql file

You could go the commandline way with Git Bash, follow the solution here.

Dependencies

Since I am using Homestead which comes prepackaged with PHP, MySQL, Composer and many others, you should already have them, but additionally, run

composer install

just in case.

To be implemented

  • Vendor Menu
  • Order functionality

People in this project

About

(Work-in-progress) Event Organizing web-based system with CodeIgniter 3

License:MIT License


Languages

Language:HTML 79.9%Language:PHP 16.6%Language:CSS 2.3%Language:JavaScript 1.0%Language:Hack 0.1%Language:TSQL 0.0%