Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetodev committed Sep 13, 2024
1 parent 050cb67 commit aeb1a0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#backend
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
#frontend (db)
ASTRO_STUDIO_APP_TOKEN=
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ https://github.com/user-attachments/assets/c533eff8-3e5e-4bbd-87e0-6760900aab86
- [**Vercel**](https://vercel.com/) - Provides the developer tools and cloud infrastructure.
- [**Flask**](https://flask.palletsprojects.com/) - A lightweight WSGI web application framework.
- [**Spotify API**](https://developer.spotify.com/documentation/web-api/) - Web API that provides access to Spotify music catalog.
- [**svgl**](https://svgl.app/) - Beautifully SVG logos.
- [**Astro DB**](https://astro.build/db/) - fully managed SQL database.
- [**svgl**](https://svgl.app/) - Beautiful library with SVG logos.

## 🚀 Quick start (Frontend)

Expand Down Expand Up @@ -59,12 +60,14 @@ pip install -r requirements.txt
python main.py
```

4. Create a `.env` file in the root of the project and add the following variables:
4. Create a `.env` file in the root of the project and add the following variables (check the `.env.example` file):

```bash
# Get your client id and secret from https://developer.spotify.com
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
# Get your Astro Studio app token from https://studio.astro.build
ASTRO_STUDIO_APP_TOKEN=
```

## 🔑 License
Expand Down

0 comments on commit aeb1a0d

Please sign in to comment.