https://github.com/divyanshu-rawat/full-stack-application
A Full stack PHP application.
https://github.com/divyanshu-rawat/full-stack-application
ajax javascript jquery mysql php
Last synced: 3 months ago
JSON representation
A Full stack PHP application.
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/full-stack-application
- Owner: divyanshu-rawat
- License: mit
- Created: 2016-11-08T21:40:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T17:10:18.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T07:22:42.439Z (12 months ago)
- Topics: ajax, javascript, jquery, mysql, php
- Language: CSS
- Homepage:
- Size: 4.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changepassword.php
- License: License.txt
Awesome Lists containing this project
README
Full Stack 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)
[](https://travis-ci.org/divyanshu-rawat/JS-Testing)
##
### Important Notification
* Most of the web projects have the email sending functionality.
* Before uploading to the live server email functionality need to be checked on the local server. But PHP mail() function will not work at the localhost.
* So overcome this problem I have used Test Mail Server Tool.
* Download Link : [Test Mail Server Tool] (http://www.toolheap.com/test-mail-server-tool/)
##
### Description
* A User Management, Session Management System
* System supports User Registration functionality,User LogIn/LogOut functionality.
* Forgot Password , Forgot Username functionality , Change Password functionality , User settings functionality.
##
### Package Manager Used
* Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries.
### Dependencies
* {
"require": {
"twbs/bootstrap": "^3.3",
"components/jquery": "^3.1"
}
}
##
### 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/my_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 sql_database_file Folder)
* 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!_**
##
### Examples
##### Front End

##
##### Logged In Page

##
##### User Register

##
##### User Settings

##
##### Change Password

##
##### Forgot Password

##