https://github.com/apfirebolt/blog-in-fastapi-and-react
A blog application in fastAPI and React
https://github.com/apfirebolt/blog-in-fastapi-and-react
alembic blog fastapi postgresql python react
Last synced: 4 months ago
JSON representation
A blog application in fastAPI and React
- Host: GitHub
- URL: https://github.com/apfirebolt/blog-in-fastapi-and-react
- Owner: Apfirebolt
- Created: 2022-08-06T22:51:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T13:41:55.000Z (about 3 years ago)
- Last Synced: 2025-04-14T03:07:34.416Z (6 months ago)
- Topics: alembic, blog, fastapi, postgresql, python, react
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README




# 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.
- [Fast API Official Website](https://fastapi.tiangolo.com/)
- [Udemy Course - FastAPI](https://www.udemy.com/course/fastapi-the-complete-course/)## 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
* **Amit Prafulla (APFirebolt)** - [My Website](https://apgiiit.com)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details