Skip to content

alirezaarzehgar/Testgram

Repository files navigation

About Testgram

Testgram is an Open Source website like Instagram .

Testgram is just a simple and little exercise that you can use it for training.

Using Testgram

Updating composer

composer update

Create database

CREATE DATABASE MyDB

Create .env file

cp .env.example .env
vim .env

update:

DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=MyDB
DB_USERNAME=username
DB_PASSWORD=secret

Migrations

./artisan migrate

Generating app key

./artisan key:generate

Create storage link

./artisan storage:link

Serve application

./artisan serve

Contributing

Thank you for considering contributing to the Testgram app!

License

here

About

A little exercise for implementing instagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published