Skip to content

MohAlRahabi/blog-editor

Repository files navigation

How to start the project:

  • composer install
  • npm install
  • npm run dev
  • php artisan storage:link
  • copy .env.example
  • rename it to .env
  • create a database
  • change database name in .env file (DB_DATABASE)
  • php artisan migrate:fresh --seed
  • clone node project from https://github.com/MohAlRahabi/test-gif-api
  • npm install
  • copy .env.example and rename it to .env
  • set the port , endpoint and api key
  • if you change port 5000 then you need to change the endpoint in laravel env to the port you selected
  • nodemon start
  • Done !!🤞🤞

Admin User:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published