Clone de Spotify (Fullstack) avec Spring boot 3, Angular 17, Bootstrap 5, PostgreSQL, Auth0 (2024) (Backend)
Spring boot backend of the spotify clone
- 🔐 Security with Auth0 (OAuth2)
- 🎶➕ Music Upload
- 🎧 Audio Streaming
- 🔍 Search Function
- ❤️ User Favorites
- 📱💻 Responsive UI with Bootstrap
🅰️ Latest Angular Features: Signal, Standalone Component, New Control Flow Syntax
- JDK 21
- IDE (VS code, IntelliJ)
- PostgreSQL
git clone https://github.com/C0de-cake/spotify-clone-back
Create a .env file at the root of the project
POSTGRES_USERNAME=
POSTGRES_PASSWORD=
POSTGRES_URL=
POSTGRES_DB=
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
./mvnw install -Dmaven.test.skip=true
Go in IntelliJ add .env file to the environment variables and then run it