Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c00p75/bookstore-cms
A website that allows a user to display a list of books, add a book, and remove a selected book.
https://github.com/c00p75/bookstore-cms
Last synced: 2 days ago
JSON representation
A website that allows a user to display a list of books, add a book, and remove a selected book.
- Host: GitHub
- URL: https://github.com/c00p75/bookstore-cms
- Owner: c00p75
- License: mit
- Created: 2023-01-19T14:35:43.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-02-09T00:12:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T15:33:50.009Z (8 months ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Book Store
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Book Store ](#-Book-Store-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)**Book-Store** "Book-Store" is an MVP website that allows you to display a list of books, add a book, and remove a selected book.
Client
Server
Database
### Key Features
- **Display a list of books**
- **Add a book**
- **Remove a selected book**
- Comming soon
To get a local copy up and running, follow these steps.
### Prerequisites
- Install git in your computer.
- Install a code editor.
- And web browser to view the output.
### Setup
Clone this repository to your desired folder:
- `cd my-folder`
- `git clone https://github.com/c00p75/Book-Store.git`
### Install
Install this project with:
- `cd my-project`
- Run `npm install` to install the dependencies.
### Usage
To run the project, execute the following command:
- `npm run build`
- `npm start`
- Open the dist/index.html file with a browser.
👤 **George M'sapenda**
- GitHub: [@githubhandle](https://github.com/c00p75)
- Twitter: [@twitterhandle](https://twitter.com/GeorgeMsapenda)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/george-m-sapenda-593750201/)
- [ ] **Read books from website**
- [ ] **Reply to comments**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give it a star
We would like to thank Microverse Inc for this project.
- **Is this project Scalable?**
- Yes
- **Can I create an account?**
- Not at the moment
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._