Skip to content

This movie website allows user to explore movie information, add new movies through a form, and store information in a database.

Notifications You must be signed in to change notification settings

AlvarezMar/MovLoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovLoom

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.

Imagen 1

Instalation

To deploy the project locally, proceed as follows:

Backend

  1. Clone this repository to your local environment.
  2. Navigate to the back directory.
  3. Run the following command to install dependencies:
npm i
  1. Create a .env file in the back directory and configure necessary environment variables (such as MongoDB credentials).
  2. Start the server with the following command:
npm start

Frontend

  1. Navigate to the front directory.
  2. execute the following commands to install dependencias and launch live-server:
npm i
npm start

Usage

Once both applications are operational, access the frontend through your preferred web browser to begin interacting with the application. The user-friendly interface facilitates seamless navigation and exploration of movie information, enabling tasks such as viewing movie details and adding new entries to the database.

Contribution

To contribute to this project, adhere to the following guidelines:

  1. Fork the repository to your GitHub account.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Implement your changes and commit them (git commit -m 'Add new feature').
  4. Push the branch to your GitHub repository (git push origin feature/new-feature).
  5. Open a new Pull Request to merge your changes into the main project.

Contact

For additional inquiries or information, feel free to reach out via email at [email protected].

About

This movie website allows user to explore movie information, add new movies through a form, and store information in a database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published