Skip to content

JulesEfrei/readify-api

Repository files navigation

Forks Issues MIT License LinkedIn


Readify Api

Real life library api


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap / Features
  5. Contributing
  6. License
  7. Contact
  8. Credit

About The Project

Readify-Api is an API to manage a network of library and book related to where user can search for a book, see where the book is available and borrow or reserve it.

/* This project was created for educational purposes */

  • State of the Project => Pre-release v.0.8.0
  • Main difficulties - Roadmap

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/JulesEfrei_/readify-api.git
  2. Start the application with docker
    docker compose up -d
  3. Setup the migrations & load fixtures
     docker compose exec app php bin/console doctrine:migrations:migrate -n 
     docker compose exec app php bin/console doctrine:fixtures:load # (Optionnal) 

(back to top)

Usage

  1. Start the project with docker
    docker compose up -d
  2. Navigate to localhost:8000/api to see the documentation of the API

(back to top)

Roadmap

Here is the roadmap of the project. Checked flags mean the features is out and unchecked flags mean that the feature is comming.

  • JWT Authentication
  • CRUD on all entities
  • Boosted reviews
  • Multi copy book management
  • Borrow system
  • Basic filter
  • Access to sub-resources
  • Get status of a book
  • Advanced search
    • User history
  • Reservation system
  • Reminders (for borrow and reservation)
  • Book statistic

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Credit

List of people

(back to top)

Contact

Linked'in - Jules

GitHub Profile: JulesEfrei

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information. If no license is available in the repository, it will be available one day, I hope.

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published