Skip to content

xwojziarnik/django_bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Bookstore

Project: BookStore app based on Google Books API

Goal:

The application must be a REST API. It needs to allow for some basic operations, such as:

  • getting the list of books from the database
  • adding a new book
  • editing an existing book
  • removing the book from the database
Tech stack:
  • Python 3
  • Virtualenv
  • Django
  • Django Rest Framework
  • Heroku
Documentations:
Create & run a virtualenv on Mac OS:

python3 -m virtualenv <virtualenv_name>

source <virtualenv_name>/bin/activate

Instal requirements:

pip3 install -r requirements.txt

Create a project and application using Django:

django-admin startproject <project_name>

python manage.py startapp <app_name>

python3 manage.py runserver

Thank you for watching this repository. I would be glad if you give me some feedback. Find me on LinkedIn

About

Bookstore application using Google Books API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published