https://github.com/zhima-mochi/simple-message-board
https://github.com/zhima-mochi/simple-message-board
docker fastapi nginx python react sqlalchemy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhima-mochi/simple-message-board
- Owner: Zhima-Mochi
- Created: 2022-02-23T09:46:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T04:28:29.000Z (over 4 years ago)
- Last Synced: 2025-12-26T05:59:17.978Z (6 months ago)
- Topics: docker, fastapi, nginx, python, react, sqlalchemy
- Language: JavaScript
- Homepage:
- Size: 677 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIMPLE MESSAGE BOARD
## Overview
This application is simple message board, which everyone can post something and response to any post. However, there is no access authentication and recaptcha scheme, do not use to release.
## Architecture

> They are different containers in Docker compose.
## Technology Stack
### Infrastructure
* PostgreSQL
* Nginx
* ASGI
* Docker
### Backend RESTful API
* FastAPI
* SQLAlchemy Asynchronous I/O
### Frontend Webpage
* Creat React App
* Redux-Saga
* Tailwind CSS
## Getting started
```sh
docker-compose up
```
## Demo


