- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Bookstore is a website on which the user can add and remove a book. He may also see the books list and categories
Client
- The user can add a book
- The user see books list
- The user can see books categories
- The user can remove a book
- Start cloning this repository by entering the following command:
git clone https://github.com/adebsa2401/Bookstore.git-
Install npm dependencies by running
npm i -
Build assets by running
npm run build -
Finally run
to start local node.js server. The project's entry filenpm startindex.htmlshould automatically open in your browser. If it doesn't, open your browser and head over to the following url:http://localhost:3000
In order to run this project you need:
Clone this repository to your desired folder:
git clone https://github.com/adebsa2401/Bookstore.gitInstall this project with:
npm iTo run the project, execute the following command:
npm run buildnpm startTo run tests, run the following command:
npm run testYou can deploy this project using:
git subtree push --prefix build origin gh-pages👤 Ben Sales
- GitHub: @adebsa2401
- Twitter: @Adebsa3
- LinkedIn: Ben Sales
- The user can add a book
- The user see books list
- The user can see books categories
- The user can remove a book
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.
