Skip to content

A Laravel web application inspired by Pinterest.

Notifications You must be signed in to change notification settings

wantouw/PinteRayst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PinteRayst

A Laravel web application inspired by Pinterest. Uses local database.

How to run

  • change the .env file's database information according to your local database information (connection, host, port, database, username, password).
  • start your local server provider (XAMPP for example).
  • make a new database with the same name as the one stated in the .env file.
  • open command prompt in the project's folder.
  • type the command php artisan migrate:fresh --seed to seed the database.
  • type the folloeing commands to make a link to the storage where we store the images:
    • cd public
    • rm storage
    • cd ..
    • php artisan storage:link
  • type the command php artisan serve to run the app on the local server.

Admin Credentials

  • username : admin
  • password : admin

Previews

image image image image image image image

About

A Laravel web application inspired by Pinterest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published