Event Registration Website 2.0 https://github.com/AdityaAshvin/Event_Registration_website
The project consists of the following pages
- A Landing page.
- Admin Login page.
- Participant Registration and Login page.
- Participant dashboard.
- Admin dashboard.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First you need to install xampp.
- download xampp here Xampp download for windows, mac os and ubuntu Steps to install and setup xampp:-
- For Windows
- For Mac OS
- For Ubuntu If you don't want to use xampp you can also use,
- WAMP
- LAMP For Ubuntu
- LEMP
- MAMP For Mac OS
- AMPPS
- WPN-XM
- EasyPHP
- Final Words
- Clone the project to your local machine using the given code in the Git terminal. git clone https://github.com/AdityaAshvin/amFOSS-project.git
- Then Copy this file to the httdocs folder in the xampp folder.
- Check whether MySQL and Apache are up and running.
- Then open ur browser and type http://localhost/amFOSS-project/LandingPage.html
- For a better and neater UI use http://localhost/amFOSS-project/index.html
- Open your browser and paste this url http://localhost/phpmyadmin/
- Create a database with name as event_registration_admin. Then create a list named as lists in the database. create three colums one each for username, email and password.
- Similarly create another database with name as event_registration_participant. Then create a list named as lists in the database. create four colums one each for indexnumber, username, email and password.
- Go to the user accounts settings and change the password for the username-root and host name-localhost to aditya@1234(You can also create a new user with these username, host name and password)
- You may encouter an error stating * acess denied for user root@localhost(using password:YES)* here to solve this issue you have to modify the config.inc.php file in the xamp folder. you just have to insert the password aditya@1234 in the space enclosed by the double quotes.
- Once you have done the above mentioned steps the project will be up and running in your local machine.
- PHP-Programming language
- HTML-Programming language
- CSS-Programming language