This is a simple library app made with Django & React.
There's still a lot to implement.
But the base is there and I'm quite happy with the simple design.
- Python
- Django
- ReactJs
- Tailwind
- Axios
git clone https://github.com/samekwerty/Book-Library.git
pip install -r requirements.txt
python manage.py makemigrations ...
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
open new terminal in frontend
directory and run this command.
npm start
App Page localhost:3000
Django Admin Page 127.0.0.1:8000/admin