All Projects → inboxpraveen → FIFA-18-Management-System

inboxpraveen / FIFA-18-Management-System

Licence: other
This repository contains the whole project. This project was intended to exhibit as a DBMS project but it can also act as a web development project as it includes complete front end and back end.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to FIFA-18-Management-System

Musical-World
DBMS Mini Project that basically designed for online music player
Stars: ✭ 59 (+40.48%)
Mutual labels:  dbms, database-management, dbms-project
Hostel-Management-System
A system built for hostel room allocation for our College(NIT Calicut) as a part of DBMS Course.
Stars: ✭ 90 (+114.29%)
Mutual labels:  database-management, dbms-project
Setup
My own front end web development set up, covering everything from operating system to analytics.
Stars: ✭ 93 (+121.43%)
Mutual labels:  seo, webdevelopment
Reservation-System
Airline Reservation System is an online Airline Ticket Reservation Application built using Windows Forms, C#, MS SQL Server.
Stars: ✭ 18 (-57.14%)
Mutual labels:  dbms, dbms-project
awesome-search-engine-optimization
A curated list of backlink, social signal opportunities, and link building strategies and tactics to help improve search engine results and ranking.
Stars: ✭ 82 (+95.24%)
Mutual labels:  seo
JayantGoel001.github.io
My Personal Portfolio.
Stars: ✭ 31 (-26.19%)
Mutual labels:  seo
text-generator
Golang text generator for generate SEO texts
Stars: ✭ 18 (-57.14%)
Mutual labels:  seo
intro-web-dev-2017aut
Site for course "Introduction to Web Design and Development."
Stars: ✭ 13 (-69.05%)
Mutual labels:  webdevelopment
ColorPicker
Powerful screen ColorPicker/Chooser application for Linux Desktop
Stars: ✭ 55 (+30.95%)
Mutual labels:  webdevelopment
pagespeedParseR
pagespeedParseR is an R wrapper for Google Pagespeed Insights API, that also enables convenient parsing
Stars: ✭ 20 (-52.38%)
Mutual labels:  seo
silverstripe-seo
An all-in-one SEO module for SilverStripe 4.1+
Stars: ✭ 35 (-16.67%)
Mutual labels:  seo
jazeee-meteor-spiderable
Fork of Meteor Spiderable with longer timeout, caching, better server handling
Stars: ✭ 33 (-21.43%)
Mutual labels:  seo
programming-notes
Programming notes. About anything really.
Stars: ✭ 34 (-19.05%)
Mutual labels:  webdevelopment
NextBook
NextBook is quick and easy way to build technical books or documentation with markdown that run blazingly fast.
Stars: ✭ 153 (+264.29%)
Mutual labels:  seo
template portfolio
A template for your own Portfolio.
Stars: ✭ 15 (-64.29%)
Mutual labels:  webdevelopment
Awesome-Projects-Collection
This is a beginner-friendly repo to make a collection of some unique and awesome projects. Everyone in the community can benefit & get inspired by the amazing projects present over here.
Stars: ✭ 175 (+316.67%)
Mutual labels:  webdevelopment
onix
A reactive configuration manager designed to support Infrastructure as a Code provisioning, and bi-directional configuration management providing a single source of truth across multi-cloud environments.
Stars: ✭ 89 (+111.9%)
Mutual labels:  database-management
paper-dashboard-angular
Angular version of the original Paper Dashboard.
Stars: ✭ 142 (+238.1%)
Mutual labels:  webdevelopment
poke
A simple tool to check your site for broken links, media, iframes, stylesheets, scripts, forms or metadata.
Stars: ✭ 24 (-42.86%)
Mutual labels:  seo
drupal 8 unset html head link
🤖 Module for unset any wrong HTML links (like rel="delete-form", rel="edit-form", etc.) from head on Drupal 8.x websites. This is trust way to grow up position in SERP Google, Yandex, etc.
Stars: ✭ 19 (-54.76%)
Mutual labels:  seo

FIFA-18-Management-System (FMS)

This repository contains all the project files and necessary details about softwares to run the project on your local machine.

NOTE : Please read installation and execution steps present at the bottom before downloading. Thank you

Project demo : Project demo video link

About FMS

The project titled “FIFA 18 Player management system” is player management software for monitoring and accessing players based on their FIFA 18 PC/XBOX Game ratings. This project is developed using HTML, CSS and JavaScript for front-end and PHP, MySQL for back-end, which focuses on basic operation like adding a new player, new statistics, searching players with detailed information and edit as they grow their skills. This project is a web based application designed and developed to help user’s access players and organize teams. This software is easy to use, and it features a familiar and well- thought-out attractive user interface, combined with strong searching, insertion, and deletion with procedure capabilities.

FMS requirements

One of the most difficult tasks is that, the selection of the software, once system requirement is known is determining whether a software package fits the requirements. After initial selection further security is needed to determine the desirability of software compared with other candidates. This section first summarizes the application requirement question and then suggests more detailed comparisons.

Hardware Requirement

  1. 32/64-bit processor
  2. i3 or greater intel processor chip
  3. 1.7 or more GHz processor

Software Requirement

  1. Windows 7 or higher version OS
  2. Google chrome v70.0.3538 or greater
  3. WAMPP web server
  4. Brackets web editor

Description of FMS

This project consists of player details, which describes about player biodata such as age and nationality. It also consists of player stats which describes about players technical skills. It also consists of tables containing details such as player earnings, club information and preferred position of playing. It also provide a strong searching, updating, deleting and inserting operations with a user friendly web based UI. The project also helps the users to keep track of the player details in a computerized way without any trouble. The project contains 7 stored procedures and 3 triggers per table. Stored procedures are used in search engine. Every time the user searches through the database, a procedure is called and the results is collected and displayed for the user in a structured manner. It also has 3 trigger namely “Insert, Delete and Update” triggers assigned separately to each table. Whenever operations such as insert or delete or update is performed on any table, these triggers are automatically called, and the logs are captured into 3 separate tables, individually for each trigger. Hence use of triggers provides users to trace back all the latest as well as the oldest changes into any table at any point of time.

Installtion and execution procedure

  • 1 : Install wamp Download wamp from here 299Mb and update google chrome download latest chrome from here.

  • 2 : After installing wamp (Default directory : c:/wamp64/) , download the project and paste it in directory : (c:/wamp64/www/).

  • 3 : Set your wamp username to root and no password. Instructions to change username and password

  • 4 : Start wampServer64 from the desktop icon and open google chrome and type the following url without quotes: "http://localhost/phpmyadmin/" and enter root as username and press Go.

  • 5 : Now first you have to Load the database in your local server and then you can run the project.

    To load the database :

      - Click on +New on the left hand column
      - Give database name as "fifa" (without quotes and small case) and set character encoding to "utf8mb4_unicode_ci"
      - After creating the database successfully, on the upper main menu panel, click on Import and then click "choose file" from file to import menu. Now browse to directory where you saved the project (expected directory: c://wamp/www/your_project_name/db/fifa.sql) and click on fifa.sql and then go down and click Go (Do not change any other settings).
      - After importing successfully, loading the database is complete.
    

    Run the project :

        - Open a new tab in chrome
        - type the following url : http://localhost/your_project_name_inside_www_directory/index.html
        - enjoy.
    

Linting tool used:

1 : JSLint

For further queries : Drop me mail at [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].