This project is an API for an imaginary library management system. The aim of the project is to make ordering and borrowing books more accessible for students who registered in that imaginary library. It's a training project and wanted to challenge myself.
- Python
- Django
- Django-Rest-Framework
- MySQL
To run the project, first you need to have installed pipenv:
pip install pipenv
Then run this command in the directory which the project is saved:
pipenv install
After that, enter pipenv shell to activate your vitual enviorement. Then you can enter django commands to start the app.