- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Microverse Movie DataBase is a project made to like, comment and reserve movies in the database, following the prerequisites of Microverse's JavaScript's capstone project.
- HTML
- CSS
- JavaScript
Client
- Use Webpack
- Use ES6
- Use Callbacks and Promisses
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Web browser.
- Code editor.
- Git
Clone this repository to your desired folder and install required dependencies:
cd my-folder
git clone github.com/redmarverick/MMDB.git
npm init -y
npm install webpack webpack-cli --save-dev
npm install --save-dev html-webpack-plugin
npm install --save-dev html-loader
npm install --save-dev style-loader css-loader
npm install --save-dev webpack-dev-server
To run the project, execute the following command:
npm install webpack
npm run production
npm start
To run tests, run the following command:
Comming soon.
👤 Nylbert Victor
- GitHub: @Nylbert Victor
- Twitter: @Nylbert Victor
- LinkedIn: Nylbert Victor
👤 ** Jiachun Xiang **
- GitHub: https://github.com/mpa-mxiang
- LinkedIn: https://linkedin.com/in/jiachunlilyxiang
- [Add New Likes]
- [Add New Comments]
- [Add New Reservations]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Thanks for checking out our books app! Please feel free to reach out with any questions or feedback, as your input is greatly appreciated. And if you enjoyed the project, don't forget to leave a star on the repo ⭐️.
would like to thanks Microverse corporation for the README template.
This project is MIT licensed.