This is a Fullstack Library Application built with DRF(Django Rest Framework) which handles the API (Backend part) and Reactjs with TailwindCSS (Frontend part)
Notice : Display Language in this App is ARABIC It does not support any other languages Yet !
- Django Rest Framewok
- Reactjs
- TailwindCss
git clone https://github.com/black15/modern-library
cd modern-library
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
cd frontend
npm install
npm start