Skip to content

Omerisra6/login-system-php

Repository files navigation

A Login System App built with PHP.

Key FeaturesHow To UseCreditsLicense

Screenshots

Screenshot-2023-04-20-at-10-51-57-React-App
Screenshot-100

Key Features

  • 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

How To Use

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-image

Credits

This software uses the following open source packages:

License

MIT


GitHub @omerisra6  ·  Linkedin @omerisraeli

About

A PHP login system with vanilla js client and json files as DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors