Skip to content

urosceh/postagram

Repository files navigation

Prerequisites

  1. Instlled composer
  2. Instlled php, php-mbstring, php-xml

To run the project:

  1. Clone the project from git
  2. Enter the project directory on local machine
  3. Change .env-example to .env and enter DB_DATABASE=your_datebase_name, DB_USERNAME=mysql_user,DB_PASSWORD=mysql_user_password
  4. Go to app.php and set you timezone
  5. Create a MYSQL database with a name from .env file
  6. Install composer dependancies composer install
  7. Install node dependancies npm install
  8. Generate key php artisan key:generate
  9. Run database migrations php artisan migrate
  10. Run seeder, auto fill database php artisan db:seed
  11. Run application php artisan serve

About

Laravel app, which enables user registration, login of existing users and posting for logged in users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors