Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrianarivo/odin_local_library
Local Library is a website that might be used to manage the catalog for a local library.
https://github.com/andrianarivo/odin_local_library
Last synced: about 17 hours ago
JSON representation
Local Library is a website that might be used to manage the catalog for a local library.
- Host: GitHub
- URL: https://github.com/andrianarivo/odin_local_library
- Owner: andrianarivo
- License: mit
- Created: 2023-08-08T14:15:16.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-15T10:24:10.000Z (over 1 year ago)
- Last Synced: 2024-04-18T09:35:13.081Z (10 months ago)
- Language: JavaScript
- Homepage: https://odinlocallibrary-production.up.railway.app/catalog
- Size: 206 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Local Library
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Local Library** is a website that might be used to manage the catalog for a local library.
Server
Database
- **Browse library**
- **Create new books**
- **Update existing books**
- [Live Demo Link](https://local-library-david.fly.dev/catalog)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- `VSCode`
- `NodeJS`
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/andrianarivo/odin_local_library.git
```
### Install
Install this project with:
```sh
cd my-project
npm i
```
### Usage
To run the project, execute the following command:
```sh
DEBUG=localibrary:* npm start
```
### Deployment
You can deploy this project using your own deployment method.
👤 **David**
- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@dandrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/andrianarivo)
- [ ] **Search books**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project consider adding a ⭐️
I would like to thank the Odin Project
This project is [MIT](./LICENSE) licensed.