https://github.com/matheuseabra/code-school-mvp
A educational coding app built using Python, Flask, React and Docker using the microservices architecture.
https://github.com/matheuseabra/code-school-mvp
docker flask postgres react sqlalchemy
Last synced: 3 months ago
JSON representation
A educational coding app built using Python, Flask, React and Docker using the microservices architecture.
- Host: GitHub
- URL: https://github.com/matheuseabra/code-school-mvp
- Owner: matheuseabra
- License: mit
- Created: 2019-08-25T14:54:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T21:55:04.000Z (over 3 years ago)
- Last Synced: 2025-03-01T23:59:09.336Z (over 1 year ago)
- Topics: docker, flask, postgres, react, sqlalchemy
- Language: Python
- Homepage:
- Size: 2.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# 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](https://flask.palletsprojects.com) - The web framework used
* [React](https://reactjs.org/) - UI library to build the frontend
* [Docker](https://www.docker.com/) - Used to containerize the app
* [Ngnix](https://www.nginx.com/) - Reverse Proxy used to foward incoming requests
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.