0.2.0-alpha
Pre-releaseDeployment
You can see our deployment here: https://spotonapp.win/
Build
To build and run the project using docker:
cd docker-compose
docker compose up --build
and navigate to http://localhost:3000/
For mobile:
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
Requirements Covered:
1. User Registration and Authentication
1.1 Registration
1.1.1 Users shall register for an account by providing necessary information, including name, username, email, and password.
1.1.2 Users shall choose their user categories.
1.2 Authentication
1.2.1 Users shall log in to the system using their username and password.
1.2.2 Users shall be able to securely reset their passwords.
1.2.3 Users shall be able to log out.
3. Content Creation and Interaction
3.1 Post Creation
3.1.1 Users shall be able to create and publish posts containing text, images, links, and embedded Spotify playlists.
3.1.1.1 Users shall be able to create event posts.
3.1.1.2 Users shall be able to create artist posts.
3.1.1.3 Users shall be able to create song posts.
3.1.1.4 Users shall be able to create playlist posts.
. Music Management and Recommendations
4.1 Music and Artist Recommendations
4.1.1 Users shall see music and artist recommendations based on the music or artist they are viewing.
4.2 Music Playback
4.1.2 Users shall be able to play music directly through embedded Spotify players within the platform.
6.2 User and Artist Search
6.2.1 Users shall be able to search for artists and other users to connect with them.
7. Accessibility
7.1 Screen Reader Compatibility
7.1.1 Users shall visually access and navigate all features independently with the platform to be compatible with screen reading software.