Web_Crawler_API/README.md

9 lines
154 B
Markdown
Raw Normal View History

2023-05-30 17:19:53 +00:00
Run the server - php artisan serve
2023-05-30 09:56:38 +00:00
2023-05-30 17:19:53 +00:00
run mongo - run docker-compose up -d
2023-05-30 09:56:38 +00:00
2023-05-30 17:19:53 +00:00
migrate - php artisan migrate
2023-05-30 09:56:38 +00:00
2023-05-30 17:19:53 +00:00
use .env file to set up the database connection
2023-05-30 09:56:38 +00:00