https://github.com/divyanshu-rawat/rating-application
Rating Application Implemented Using Php,Core JS,J Query,Mysql,Ajax. :-1: :+1:
https://github.com/divyanshu-rawat/rating-application
ajax html-css javascript mysql php
Last synced: 8 months ago
JSON representation
Rating Application Implemented Using Php,Core JS,J Query,Mysql,Ajax. :-1: :+1:
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/rating-application
- Owner: divyanshu-rawat
- License: mit
- Created: 2016-10-24T17:36:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T17:15:16.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T01:32:41.934Z (about 1 year ago)
- Topics: ajax, html-css, javascript, mysql, php
- Language: PHP
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
A Rating Application
##
[](https://gitter.im/divyanshu001)
[](https://www.codementor.io/divyanshurawat?utm_source=github&utm_medium=button&utm_term=divyanshurawat&utm_campaign=github)
[](https://twitter.com/r46956)
[](#)
[](http://www.divyanshurawat.in)
[](https://saythanks.io/to/divyanshu-rawat)
##
### Installation
* I like to use Wamp server, so I suggest installing Wamp server . Once that is installed, execute the following instructions.
* Run wamp server :exclamation:.
* Make sure you have placed this entire application inside :open_file_folder: c://wamp/www/rating_application.
* Left click on the wamp icon in system tray It will display list of options Select “start all services”.
* Then open your preffered browser and type localhost in address bar Hit enter :exclamation: It will show the default page of wamp server.
##
Now include this index.php (my php file name) at the end of the url
#### Setting Up The Database (.SQL File is present in dbase Folder)
#### Method 1 :pencil2: Using Mysql Console !
I like to use mysql, so I suggest installing mysql. Once that is installed, execute the following commands don't worry it is inbuilt in Wamp server !.
* If you are using wamp you can try this. Just type use your_Database_name first.
* Click your wamp server icon then look for MYSQL > MSQL Console then run it.
* If you dont have password, just hit enter and type :
* mysql> use database_name;
* mysql> source location_of_your_file;
* If you have password, you will promt to enter a password. Enter you password first then type:
* mysql> use database_name;
* mysql> source location_of_your_file;
##
#### Method 2 :pencil2:
* Left click on the wamp icon in system tray and run PHPMyAdmin (Access your database via PHPMyAdmin).
* Go to the Import files tab
* Click Browse, locate the SQL file on your computer (it is present in dbase folder), click Open, and then click Go.
##
### Contributing
1. Create your **_branch_**: `git checkout -b my-new-feature`
2. **_Commit_** your changes: `git commit -m 'Add some feature'`
3. **_Push_** to the branch: `git push origin my-new-feature`
4. Send a **Pull Request**
5. **_Enjoy!_**
##
### Example
.png)
##