Classique is a tool for opera singers to find and apply for available gigs.
View the Back End Repository
- A user can create a new account, and edit their existing information.
- A user can log in and log out securely, and can maintain their current session through the usage of JSON Web Tokens.
- A user can browse available opportunities, and filter based on voice type, city, and repertoire, or any combination of those three.
- A user can add and remove existing opportunities to/from their favorites list.
- A user can view their existing posts, and has the option to edit or delete their existing posts.
- A user can click on the address listed on any of the post, and is linked to the address on google maps, to see the location.
- A user can click on the email of the user who posted said post, and using the mail app on the user's machine, renders a custom email based on the current logged in user's information, and the data of the post.
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
My e-mail is [email protected]. visit my LinkedIn.
This project uses the following license: MIT License.