https://github.com/olgaprikhodko/images-gallery
Full stack application based on React and Python Flask
https://github.com/olgaprikhodko/images-gallery
docker-compose flask mongodb react
Last synced: 3 months ago
JSON representation
Full stack application based on React and Python Flask
- Host: GitHub
- URL: https://github.com/olgaprikhodko/images-gallery
- Owner: OlgaPrikhodko
- Created: 2023-09-13T10:47:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T10:51:54.000Z (over 1 year ago)
- Last Synced: 2025-01-19T19:14:41.926Z (5 months ago)
- Topics: docker-compose, flask, mongodb, react
- Language: TypeScript
- Homepage:
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Gallery
This is the React and Python Flask Full Stack Web Development Bootcamp.
Application consist of the frontend and backend parts.
The frontend built using React. The backend API built using Python Flask.
Image Gallery a simple single application that let you search image (using Unsplash API - https://unsplash.com) and display it as an image card with image, title, description and author information. Also you could save that image to your collection (via api with Python to MongoDB Database) as well as delete from collection.
During developing also were used:
- React - frontend part
- Python Flask framework - API
- MongoDB to save image metadata
- Postman for testing API requests,
- Docker for optimizing developing process#### API Endpoints
- /new-image GET
- /images GET POST
- /images/ DELETE