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
- Host: GitHub
- URL: https://github.com/dan3002/vdit_films
- Owner: DAN3002
- License: mit
- Created: 2020-09-22T14:44:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T11:00:08.000Z (over 3 years ago)
- Last Synced: 2026-01-03T16:26:17.758Z (6 months ago)
- Topics: expressjs, firebase, firestore, nodejs
- Language: CSS
- Homepage:
- Size: 5.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.