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

Starter project leveraging docker-compose, Django, django-rest-framework, postgreSQL

License

Notifications You must be signed in to change notification settings

SeanPlacchetti/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.