Code Monkey home page Code Monkey logo

apexive_test's Introduction

Apexive Test

To adhere to Django's best practices, create a view that employs dynamic field serialization for a Django project featuring basic Author and Book models.

Table of Contents

Project Structure

The project focuses on maintaining a clear and organized structure, adhering to Django best practices. The Book model leverages custom queryset and manager classes, showcasing an extensible design for future enhancements. The ForeignKey relationship establishes a connection between authors and their respective books. Overall, the project is well-documented, providing usage examples for the custom queryset and manager methods.

Prerequisites

List the software and tools that need to be installed before running the Dhango Project. Provide links to installation instructions if necessary.

Installation

  1. Clone this repository:

    git clone https://github.com/devketanpro/apexive_test
  2. Checkout in to the branch:

    git checkout main
  3. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Goto Project Directory

    cd apexive_test
  2. Start the development server:

    python manage.py runserver
  3. Run tests:

    python manage.py test
  4. Access the application at

    http://localhost:8000/

  5. Use this book API (http://localhost:8000/books/) to perform book related action.

  6. Use this author API (http://localhost:8000/author/) to perform author related action.

apexive_test's People

Contributors

devketanpro 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.