Skip to content

Ojsholly/camvid-location

Repository files navigation

OTP Authentication System

Project Description

The project is a simple registration API with Laravel 8 and uses Twilio's verify system for OTP authentication.

Project Setup

Cloning the GitHub Repository.

Clone the repository to your local machine by running the terminal command below.

git clone https://github.com/Ojsholly/camvid-location

Setup Database

Create your a MySQL database and note down the required connection parameters. (DB Host, Username, Password, Name)

Install Composer Dependencies

Navigate to the project root directory via terminal and run the following command.

composer install

Create a copy of your .env file

Run the following command

cp .env.example .env

This should create an exact copy of the .env.example file. Name the newly created file .env and update it with your local environment variables (database connection info and others).

Generate an app encryption key

php artisan key:generate

Migrate the database

php artisan migrate

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published