A simple movie review app with the following features:
- Spring backend
- MongoDB backend configuration
- Password encryption
- Basic token service
To run the project locally, follow these step-by-step instructions:
- Copy the project folder to your local machine.
- Start and configure the MongoDB database.
- Edit the
application.properties
file to configure backend settings. - Open the terminal in the project root directory and run the command
./mvnw spring-boot:run
to start the application. - Visit
http://localhost:8080
in your browser to view the application.
- Go to the application in your browser (
http://localhost:8080
). - Create a user account or log in with an existing account.
- View, review, and add your own comments on movies.
If you'd like to contribute to the project, follow these steps:
- Fork the project (https://github.com/username/basic-movie-review-app/fork)
- Create a new feature branch (
git checkout -b feature/feature-name
) - Make your changes and commit them (
git commit -am 'Add new feature'
) - Push your branch (
git push origin feature/feature-name
) - Create a Pull Request