A Login System App built with PHP.
Key Features • How To Use • Credits • License
- Docker Compatibility
- The application is designed to work seamlessly with Docker, allowing for easy deployment and containerization of the app.
- Testing and Debugging
- Includes tests to ensure the app works as expected.
- Responsive design
- The app is optimized for desktop and mobile devices, ensuring a smooth experience for all users.
- CSV Database:
- User data is stored in a CSV file, allowing for easy management and portability.
- Live User Tracking
- Real-time tracking of logged-in users, providing insight into who is currently using the system.
- User Information
- Access detailed information about users, including their IP addresses, operating systems, login counts, last update time, and registration time.
- Session Management -Handles user sessions effectively, ensuring seamless navigation and secure access throughout the application.
- User-friendly interface
- Error handling
To clone and run this application, you'll need Git, PHP and Docker installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Omerisra6/login-system-php
# Build Image
docker build -t login-system-image .
# Serve App
docker run -p 80:80 login-system-imageThis software uses the following open source packages:
MIT
GitHub @omerisra6 · Linkedin @omerisraeli
