Skip to content

Youteach is an Web-Application which can we useful for Instructors as well as People who want to teach or get the Stop The Bleed Training.

License

Notifications You must be signed in to change notification settings

Subhajit25Mondal/Youteach

Repository files navigation

ToyTeach Logo

You teach is an application which aims to connect people with Instructors, who which to get training for Stop the Bleed.

Quick Links

  1. Prerequisites
  2. Screenshots
  3. Demo
  4. Deployment
  5. Authors
  6. License

Prerequisites

  1. To deploy YouTeach in your local machine you need Apache server installed and running in your machine as well as the MySql and PHP engine installed and running.

  2. Here Maps API credentials are required to run the map scripts.

Screenshots

Some Screenshots of this application can we found under /screenshots directory.

Demo

Note: The demo server is registered under free service plan. And unfortunately, it doesn't support file_get_contents() function. Thus, Auto detection of location isn't working. So, the default location has been set to Kolkata, India. If you are planning to deploy YouTeach to Cloud Server, then use premium hosting plans via Hostinger, Godaddy etc.

Click Here for Demo.

Deployment

Built With

  • HTML & CSS
  • PHP
  • SQL
  • Javascript
  • Hack

For deploying YouTeach to your system please follow the steps below :

  1. Please enable your Apache server along with PHP engine and mySQL.

  2. Create a new database in MySQL. Import the file /sql/8jro0ljvNr.sql to your newly made database.

  3. Move on to the file connect.php and enter the required credentials.

    <?php 
    $con = mysqli_connect('HOST_NAME','USER_NAME','PASSWORD','DATABASE_NAME');
    ?>
  4. Also you need to get the Here Maps API credentials and paste then in the files listed below.

    • /search/index.php (line no. 93, 94)
    • /register/details.php (line no. 108, 109)
    • /dashboard/dashboard.php (line no. 124, 125)
    • /update/map.php (line no. 111, 112)
/* Note: If you choose to create a Remote mySQL Database then also folow the above steps. 
Only add a new section "PORT_NUMBER" in the function "mysqli_connect()" */

mysqli_connect('HOST_NAME*','USER_NAME','PASSWORD','DATABASE_NAME','PORT_NUMBER');

Authors

  • Subhajit Mondal

License

This project is licensed under the GPL-3.0 - see the LICENSE file for details.

About

Youteach is an Web-Application which can we useful for Instructors as well as People who want to teach or get the Stop The Bleed Training.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published