https://github.com/soulemanou-software/oop-school-library
The app that you will create will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
https://github.com/soulemanou-software/oop-school-library
ruby
Last synced: about 1 year ago
JSON representation
The app that you will create will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
- Host: GitHub
- URL: https://github.com/soulemanou-software/oop-school-library
- Owner: soulemanou-software
- License: mit
- Created: 2022-11-05T22:20:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T14:25:31.000Z (over 3 years ago)
- Last Synced: 2024-10-18T16:21:42.349Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# OOP School Library
The app that you will create will allow you to: Add new students or teachers. Add new books. Save records of who borrowed a given book and when.
## Built With
- RUBY
## Project Setup
To get a local copy up and running follow these simple example steps.
### Prerequisites
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries
### Setup
1. Clone the repo in your local machine:
```bash
https://github.com/muskan2532150/OOP-school-library.git
```
2. Open terminal and cd into project and install the dependencies
```bash
cd OOP-school-library
npm install
```
3. run the command to open your index.html automatically in your brower:
```bash
npm run build
npm start
```
## Authors
👤 **Soulemanou kunchiefuh babanou**
- GitHub: [@github](https://github.com/muskan2532150)
- Twitter: [@twitter](muskan2532150)
- Linkedin:[Username](https://www.linkedin.com/in/muskan-gupta-869165225/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [OOP school library](https://github.com/microverseinc/curriculum-ruby/blob/main/oop/sneak_peek.md)
## 📝 License
This project is [MIT](./MIT.md) licensed.