Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.53 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.53 KB

FastAPI Python React Redux Postgres

Blog App in FastAPI and React

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.

Resources

Following resources were used for motivation in designing this API.

Docker Deployment

  • 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

Authors

License

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