Skip to content

Apfirebolt/blog-in-fastapi-and-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published