Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzlco666/e-psikiater
Application for booking psychiatric services online, called E-Psikiater. Built with native PHP, a MySQL database, and Bootstrap 4, the application allows users to easily schedule appointments with mental health professionals. It is a useful tool for those seeking psychiatric care and for professionals to manage their schedules
https://github.com/rzlco666/e-psikiater
native php php-framework php5 php7 php8 web-application webapp website
Last synced: 23 days ago
JSON representation
Application for booking psychiatric services online, called E-Psikiater. Built with native PHP, a MySQL database, and Bootstrap 4, the application allows users to easily schedule appointments with mental health professionals. It is a useful tool for those seeking psychiatric care and for professionals to manage their schedules
- Host: GitHub
- URL: https://github.com/rzlco666/e-psikiater
- Owner: rzlco666
- Created: 2021-01-23T08:42:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T01:54:05.000Z (about 2 years ago)
- Last Synced: 2024-11-18T20:34:19.654Z (3 months ago)
- Topics: native, php, php-framework, php5, php7, php8, web-application, webapp, website
- Language: CSS
- Homepage:
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Psikiater: Online Psychiatric Services Booking Application
Welcome to this repository for E-Psikiater, an application for booking psychiatric services online. Built with native PHP, a MySQL database, and Bootstrap 4, the application allows users to easily schedule appointments with mental health professionals. It is a useful tool for those seeking psychiatric care and for professionals to manage their schedules.
## Main Features
- Registration and login for users
- Registration and login for admins
- Registration and login for hospitals
- Online booking of consultation schedules## Technologies Used
- PHP: a popular server-side scripting language
- MySQL: a popular open-source relational database management system
- Bootstrap 4: a front-end framework for designing responsive and mobile-first websites## Prerequisites
To use this repository, you will need a local development environment set up with PHP and a MySQL database. You should also be familiar with basic web development concepts and technologies, such as HTML, CSS, and JavaScript.
## How to use this repository
1. Clone or download the repository to your local development environment.
2. Set up the database by importing the provided `epsikiater.sql` file.
3. Configure the database connection settings in the `database.php` file.
4. Run the application in your local development server.
5. Use the provided admin credentials (username: `admin`, password: `password`) to log in to the admin panel and manage the content and features of the application.We hope you find this repository useful as you develop your own online psychiatric services booking application or a similar project!