Coder Social home page Coder Social logo

the_ghibli_project's Introduction

The Ghibli Project

APIs created using Django and Django REST framework to get a list of movies and people in them.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment notes on how to deploy the project on a live system.

Prerequisites

This project is built with Python, Django, Redis and use sqlite so you will need to have these installed on your system and a working internet connection.

  • Install python in your system from here
  • Install redis in your system from here

Installing

Follow the following steps to build and run docker image for Wire It Up:

  • Step 1: Clone this repository and change directory to cms
  $ git clone <git_url> the_ghibli_project && cd the_ghibli_project
  • Step 2: Make a virtual environment and activate it

    $ python -m venv venv
    $ source venv/bin/activate
    
  • Step 3: Install all the python packages

    $ pip install -r dev-requirements.txt
    
  • Step 4: Now make migrations and migrate the db.

    $ ./manage.py makemigrations
    $ ./manage.py migrate
    
  • Step 5: Create superuser

    $ ./manage.py createsuperuser
    
  • Step 6: Start the development server

    $ ./manage.py runserver
    
  • Step 7: Now go to 127.0.0.1/admin to see the login screen and login using credentials for super user credential.

  • Step 8: Now create an API key nd use it for subsequent requests.

Coding Style

This project follows pep 8 guidelines for coding practices, you can read more about pep8 except line length of 120.

Deployment

Detailed instructions for deploying Django project can be found here.

Built With

  • Python - Programming Language.
  • Django - The web framework for perfectionists with deadlines.
  • Django REST framework - The web framework for perfectionists with deadlines.

Authors

  • Ratan Kulshreshtha

Acknowledgments

  • Hat tip to anyone who's code was used
  • Stack Overflow
  • Coffee

the_ghibli_project's People

Contributors

ratanshreshtha avatar

Watchers

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