Been to a dance competition/event? Want to know which teams performed? Want to see who's on that team? Want to see more of their dancing? Are you a dancer? Come create your own profile to share more about yourself and showcase pieces you've choreographed or been a part of. Team/Company director? Come create a profile for your team. Share more about the team and showcase the team's performances.
Application that provides information about a dance community. This application will display dancer and team information. Users can sign-up to create their own profiles that will be displayed. Will use Django Framework for Front-End & Back-End.
HTML, CSS, Javascript Python, Django, Postresql
Application Usage: Dancer-Connect
Contributor Usage:
- Fork & Clone Repository
- Create Development Branch
- Submit Issue or Pull Request
- If you identify bugs, submit an issue on the Git repo. Please detail the bug in your issue.
- If you know how to fix it, feel free to note the methods you would use. You could also submit a pull request with suggested code to fix it.
Install Python, Django, Pip. Setup Pipenv, SQL database.
Comment out django_heroku.settings(locals())
in dancer_app/settings.py to allow it to run locally.
To run app python manage.py runserver
-
Index page of Dancers
-
Show page for a Dancer
-
Index page of Teams
-
Show page for a Team
-
Connect a Dancer to a Team
-
Connect a Dancer to their Pieces
Use REACT frontend
Authentication: Users/dancers can sign-in to modify their detail page Display Embedded Video
Social Media: Follow other dancers Follow other teams
Dancers can create posts Dancers can comment on posts Dancers can comment on Piece videos
Chat/messaging feature
Any User: As a user, I want to view a dancer's information. As a user, I want to view a team's information. As a user, I want to view (video link) performances.
User Signed-In: As a user, I want to register and sign-in. As a user, I want to create a profile for myself. As a user, I want to add a video of my piece to my profile. As a user, I want to comment on pieces posted by other dancers.