Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1014 Bytes

File metadata and controls

40 lines (23 loc) · 1014 Bytes

CodingApp

A educational coding app built using Flask, React and Docker using the micro-services architecture.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Docker

Install

Launch services by running:

docker-compose up

Running the tests

docker-compose exec users python manage.py test

Built With

  • Flask - The web framework used
  • React - UI library to build the frontend
  • Docker - Used to containerize the app
  • Ngnix - Reverse Proxy used to foward incoming requests

License

This project is licensed under the MIT License - see the LICENSE.md file for details.