An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.