Skip to content

An MVC project for user authentication with username and password

Notifications You must be signed in to change notification settings

hamidroohani/user-auth

Repository files navigation

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

About

An MVC project for user authentication with username and password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published