Skip to content

devtosxn/docker-django-api

Repository files navigation

Quotes API

Black Code Style

This is a simple Quotes API project that allows users to create and read quotes. It uses Docker and Docker Compose for a consistent and easy development. It also includes Postgres for the database and the Django Rest Framework for developing the APIs. The project is written in Python and follows best practices for Django development.

Technologies

How To Start App

  • Clone the Repository

  • create a .env file with the variables in the .env.example file

    • cp env.example .env
  • Run make build-dev

    • Running the above command for the first time will download all docker-images and third party packages needed for the app.
    • NB: This will take several minutes for the first build
  • Run make up-dev

  • Run make down-dev to stop the servers

  • Run make test to run tests

  • Other commands can be found in the Makefile

Exploring The App

Make sure that all the above servers are running before you start exploring the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published