Skip to content

AdityaAshvin/amFOSS-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amFOSS-project[Event Registration Website]

Overview of the Project

The project consists of the following pages

  • A Landing page.
  • Admin Login page.
  • Participant Registration and Login page.
  • Participant dashboard.
  • Admin dashboard.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

First you need to install xampp.

Running the project in your local machine

Working with phpMyadmin

  • 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.

LandingPage:-

landingPage

admin dashboard:-

admin dashboard

admin login page:-

admin login

participant login and registration page:-

participant login and registration

Built with

  • PHP-Programming language
  • HTML-Programming language
  • CSS-Programming language

Images taken from Google images.

Created by Aditya Ashvin.

About

Event Registration Website made using php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published