Skip to content

DiovaneGabriel/exads

Repository files navigation

How to run

This project use Laravel framework.

Configure a MySql instance on .env file, like the example below:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=exads
DB_USERNAME=exads
DB_PASSWORD=exads

Execute composer update for update composer dependencies;

Execute php artisan migrate --seed for create tables and seed data;

Use php artisan serve for execute the project in your computer;

Prime Number codes are here and here

ASCII Array codes are here and here

TV Series codes are here and here

A/B Testing codes are here and here

TV Series classes are here and here

SQL code is here

Others codes are here

You can view the project on AWS EC2 Server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published