Skip to content

Samuel-Krzyczkowski/book-library-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Library

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.

Tools

  • Python
  • Django
  • ReactJs
  • Tailwind
  • Axios

How to Run Project

Clon repo

git clone https://github.com/samekwerty/Book-Library.git

Install Backend Requirements

pip install -r requirements.txt

Migrate Backend Models

python manage.py makemigrations ...
python manage.py migrate

Add Super User

python manage.py createsuperuser

Run Django Server

python manage.py runserver

Run FrontEnd

open new terminal in frontend directory and run this command.

npm start

Open On Browser

App Page localhost:3000

Django Admin Page 127.0.0.1:8000/admin