A educational coding app built using Flask, React and Docker using the micro-services architecture.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker
Launch services by running:
docker-compose up
docker-compose exec users python manage.py test
- 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
This project is licensed under the MIT License - see the LICENSE.md file for details.