10000 Add installation instructions and sitemap generation in READ.ME · oriolmiro/BookPriceTracker@0b268f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Add installation instructions and sitemap generation in READ.ME
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolmiro committed Mar 17, 2024
1 parent ea14323 commit 0b268f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ BookPriceTracker is a Laravel-based web application that helps users track book
- Price alerts: Allows users to set price alerts for specific books and receive notifications when prices drop.
- Community contributions: Users can contribute subtitles and translations for video content.

## Installation
- Clone the repository to your local machine.
- Copy .env.example to .env and configure your environment variables, including database settings.
- Generate an application key:
php artisan key:generate
- Run the database migrations and seeders:
php artisan migrate --seed
- To generate the sitemap, navigate to the following URL after starting your server:
yoursite.com/api/createSitemap
- Create the file views/layouts/analytics.blade.php and add your analytics tracking code or any other necessary setup.

## Contributing

Expand Down

0 comments on commit 0b268f4

Please sign in to comment.
0