MovLoom is a proyect comprising two components. The back component offers a RESTful API for managing movie data. Meanwhile, the front component provides an intuitive user interface, enabling user to interact seamlessly with the movie database and explire movie details in a visually appealing format.
To deploy the project locally, proceed as follows:- Clone this repository to your local environment.
- Navigate to the
back
directory. - Run the following command to install dependencies:
npm i
- Create a .env file in the back directory and configure necessary environment variables (such as MongoDB credentials).
- Start the server with the following command:
npm start
- Navigate to the
front
directory. - execute the following commands to install dependencias and launch live-server:
npm i
npm start
To contribute to this project, adhere to the following guidelines:
- Fork the repository to your GitHub account.
- Create a new branch (
git checkout -b feature/new-feature
). - Implement your changes and commit them (
git commit -m 'Add new feature'
). - Push the branch to your GitHub repository (
git push origin feature/new-feature
). - Open a new Pull Request to merge your changes into the main project.
For additional inquiries or information, feel free to reach out via email at alvarez.majuan@hotmail.com.