A simple Blog application written using FastAPI for the back-end and React for the frontend. This would have simple blog application features like authentication, posting contents which would have title and description. More features to be added in the future like file upload to local system, file upload to AWS and more.
Following resources were used for motivation in designing this API.
- 3/9/22 : Added Docker deployment script for FAST API.
# Build the Docker image from the given file
docker build -t fast-image .
# Run container from the image created
docker run -d -p 80:80 --name my-fast-api fast-image
- Amit Prafulla (APFirebolt) - My Website
This project is licensed under the MIT License - see the LICENSE.md file for details