Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 619 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 619 Bytes

User Authentication

An MVC project for user authentication with username and password

  1. Clone the repo

    git clone https://github.com/hamidroohani/user-auth.git
  2. Go to the directory and install composer

    composer install
  3. Create a database in mysql and open config.php file in app/Http/Config.php and put your database connection information

  4. Add more information in config such your domain name

  5. Find database.sql in root path and import to mysql

Postman File

Also you can find the postman file in root path with this name: collection.postman.json