Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 929 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 929 Bytes

🎞 Explore your Movie - Always. 📹🎥

I implemented this app in my free time and decided to open source it. It allows many users to explore their locally stored movies, by simply dragging and dropping the files into the browser. It does not matter in which format, this app is able to perform Web scraping from multiple well-known movie sources. Hope you enjoy it :)

GIF

Prerequisites

How to build

$ git clone [email protected]:lucaspelloni2/Movie-Explorer.git
$ cd Movie-Explorer
$ yarn

Build Client

npm run start

Default dev port: http://localhost:3000/

Build Server

nodemon

Default dev port: http://localhost:8080/

How to contribute

Pull requests welcome! Please include tests and follow the style conventions. Run npm testto verify.

Contributors

Lucas Pelloni

License

This project is licensed under the MIT License.