Giter VIP home page Giter VIP logo

awesome-products-api's Introduction

Awesome Products API

GitHub

๐Ÿ› ๏ธ A simple API written in DRF

First steps

First of all, make sure you have Docker and Docker Compose installed on your machine. If you do not have it, here are the links for you to install them:

To initialize the application, run the following command:

$ docker-compose up

Accessing the Docker container

If you need to access the application container, either to manually perform some migration or anything, use the following commands:

$ docker ps

After executing this command, you will have access to the ID (a hexadecimal sequence displayed in the first column) and the name of the container (displayed in the final column). Copy one of the two and run the following command:

$ docker exec -it <name or container_id> bash

This will let you run arbitrary commands inside an existing container.

Debugging

If you need to debug the application, before adding 'pdb' to your code, run the following command:

$ docker attach <name or container_id>

If you do not know how to access the name or the id of the container, go to 'Accessing the Docker container'.

awesome-products-api's People

Contributors

dependabot[bot] avatar mdcg 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.