Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eedu7/personal-blog
https://github.com/eedu7/personal-blog
css fastapi html jinja2 python webapp
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eedu7/personal-blog
- Owner: eedu7
- Created: 2024-09-06T03:48:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T17:58:21.000Z (2 months ago)
- Last Synced: 2024-09-29T09:41:09.453Z (about 1 month ago)
- Topics: css, fastapi, html, jinja2, python, webapp
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Blog
Sample solution for the [personal-blog](https://roadmap.sh/projects/personal-blog) challenge from [roadmap.sh](https://roadmap.sh/).
## How to run
Clone the repository and run the following command:
```bash
git clone https://github.com/eedu7/personal-blog.git
cd personal-blog
pip install -r requirements.txt
python main.py
```Open the browser and hit this url
`http://127.0.0.1:8000/`