Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 439 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 439 Bytes

Chotu

Chotu is a simple, fast URL Shortener

Contents

Prerequisites

  • Composer
  • Laravel
  • Npm (NodeJS)
  • MySQL

and configuring the .env file with the database and app specifics.

Installation

composer install 
npm install  
npm run dev   
php artisan migrate    
php artisan serve