# web_blog **Repository Path**: pengzhyong/web_blog ## Basic Information - **Project Name**: web_blog - **Description**: Simple web-based blog to introduce Flask, HTML, CSS, Bootstrap, and Jinja2. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Web blog ======== This is a simple web-based blog that doesn't do much but introduces Flask, HTML, CSS, Bootstrap, Jinja2, and other concepts such as endpoints and APIs. The blog requires MongoDB to be running without authentication enabled. Once this is running, execute the app and navigate to the endpoint (default: `http://127.0.0.1:4995/`). The available endpoints are: - `/` - `/login` - `/register` - `/blogs` - `/blogs/new` - `/posts/` - `/posts/new/`