FMDB is a movie database web application that allows users to search for movies, create groups, and manage their favorite movies in those groups. The application uses the TMDb (The Movie Database) API to fetch movie information, and it is built using Node.js, Express.js, Handlebars, and Bootstrap 5.
- Search for movies by title or keyword.
- View detailed information about a specific movie.
- Create user accounts and login to access personalized features.
- Create, edit, and delete groups to organize your favorite movies.
- Add and remove movies to/from your groups.
- Clone the repository:
git clone https://github.com/your-username/FMDB.git
- Install dependencies:
npm install
- Create a
.env
file and add your TMDb API key:
API_KEY=your_tmdb_api_key_here
- Start the server:
npm start
- Access the application in your web browser at
http://localhost:8888
- Node.js
- Express.js
- Handlebars (hbs)
- Bootstrap 5
- TMDb API
Contributions to FMDB are welcome! If you find any issues or have ideas for improvements, feel free to open an issue or submit a pull request.
Comment section for each movie, having my own database for the movies.
This project is licensed under the MIT License.
- Special thanks to the creators of Bootstrap, Handlebars, and Express.js for their awesome frameworks.
For any questions or inquiries, please contact frutuoso671@gmail.com.