An open API service indexing awesome lists of open source software.

https://github.com/dan3002/vdit_films

website to search a film by its title. The results are fetched from phimmoi.net. The user can search or add some comment in that film
https://github.com/dan3002/vdit_films

expressjs firebase firestore nodejs

Last synced: 3 months ago
JSON representation

website to search a film by its title. The results are fetched from phimmoi.net. The user can search or add some comment in that film

Awesome Lists containing this project

README

          

# VDIT_Films
VDIT_Films is a website to search a film by its title. The results are fetched from phimmoi.net. The user can search or add some comment in that film. This project is built with NodeJS + ExpressJS and connected to Firebase for Database.
This is project for VDIT member challenge.

## Features
- Search a film by its title
- Read reviews and comments of that film
- Add comment to that film

## Getting Started

### Prerequisites
You need to have Node.js, Express.js and Firebase installed.

### Installation
1. Clone the repository
2. Install the dependencies
```
npm install
```

## Usage
Start the server
```
node server.js
```

Access the website at `http://localhost:3000/`

## Built With
- Node.js - JavaScript runtime
- Express.js - Web framework
- Firebase - Database

## Contributing

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.