This project is a front-end for a clone of Spotify made with React and Ionic
Getting up and running is as easy as 1, 2, 3.
cd path/to/repo; yarn or npm install
- Start your app
yarn start or npm start
Simply run yarn test or npm test.
| Key Name | Description |
|---|---|
| E2E_DB_CONNECTION-STRING | connection string for the test database |
| E2E_API_USER_USERNAME | username for the user that will be created and used during the tests |
| E2E_API_USER_PASSWORD | password for the user that will be created and used during the tests |
| E2E_API_BASE-PATH | base path of the test api |
| REACT_APP_API_BASE | base path of the api |
a .env file can be used to setup environment variables.
a example file .env.exemple is present at the root of the repo.
- Code comments
- Documentation
- More e2e tests
- Register a new account
- Being able to create playlists
- Being able to actulay play tracks
- Recomendation feed