Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.79 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.79 KB

fizzbuzz

Documentation Status Maintainability Test Coverage Build Status License: MIT Twitter URL

Django REST Framework API with a browser based web-UI contained with Docker.

The purpose of fizzbuzz is to be a starter project. I went searching for a project doing something along these lines and was unable to find something that fit all the criteria of being a good development environment using the tech I wanted to see in place.

  • Single command container and application startup
  • PostgreSQL, Python 3.5, Django, and django-rest-framework
  • Functioning Web-UI for the API out of the box
  • Application code mapped from host machine to container for faster development

Along these lines, the application has gone through many iterations, but it's finally in a place to be forked for specific use cases. w00t.

Start up the development envionment

git clone https://github.com/SeanPlacchetti/fizzbuzz.git
cd fizzbuzz
docker-compose up

Pull up your favorite browser and go to http://127.0.0.1:8000/

It's as easy as that, now you just start coding.