A Django Project which add ,update, search, delete a book from the database.
To setup the project on your local machine:
- Click on
Fork
. - Go to your fork and
clone
the project to your local machine. git clone https://github.com/Shiv-sharma-111/Book-Record-Management.git
- Apply the migrations
python manage.py migrate
- Finally, run the development server
python manage.py runserver
The project will be available at 127.0.0.1:8000.
To contribute to the project:
- Choose any open issue from here.
- Comment on the issue:
Can I work on this?
and get assigned. - Make changes to your fork and send a PR.
To create a PR:
Follow the given link to make a successful and valid PR: https://help.github.com/articles/creating-a-pull-request/
For any doubts related to the issues, i.e., to understand the issue better etc, comment down your queries on the respective issue.