Coder Social home page Coder Social logo

mehyar-farzat / books-store Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 46 KB

Online Books Store built with Python, Django, and django-rest framework with full api. Store containes Books list and detail, Auther list and detail and Reviews.

Python 100.00%
api api-documentation class-based-views django django-admin-panel django-rest-framework dummy-data dummy-data-generator faker git python

books-store's Introduction

Online Books Store

Welcome to the Django Online Books Store repository! This project is an Online store built using Python, Django, and the Django REST framework, with a full API. The store contains books list and details, auther list and details, and reviews. Books Store is a mobile application that allows users to browse through a collection of books, view details about individual books, and read reviews from other users. Users can also write their own reviews for books.

Tech Stack

The Online Books Store utilizes the following technologies and frameworks:

  • Backend: Django
  • Python: A powerful programming language used for the backend development.
  • Django: A high-level web framework that follows the model-view-controller (MVC) architectural pattern and provides a clean and efficient way to build web applications.
  • Django REST framework: A powerful and flexible toolkit for building Web APIs.
  • Database: SQLite (default Django database)
  • Data Generation: Faker library for Python
  • Git: A distributed version control system used for tracking changes in source code during software development.

Installation and how to run it:

  1. Clone the repository:
    git clone https://github.com/Mehyar-Farzat/Books-Store.git
    
  2. Navigate to the project directory:
    cd Books-Store
    
  3. Install the required Python packages:
    pip install -r requirements.txt
    
  4. Apply the migrations to create the database schema:
    python manage.py migrate
    
  5. (Optional) Generate dummy data:
    python dummy_data.py
    
  6. Start the Django development server:
    python manage.py runserver
    
  7. Open your web browser and navigate to http://localhost:8000 to see the application in action.

books-store's People

Contributors

mehyar-farzat avatar mohamadanasfattoum avatar tahaalothman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.