Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# BlogVerse
[![wakatime](https://wakatime.com/badge/user/018b43cb-0614-4d68-9d85-6ef192b11745/project/018b43df-e285-4d68-bd03-65eb275f32e7.svg)](https://wakatime.com/@abhijitpaul)
<p align="center">
<img width="100px" src="https://github.com/abhijitpaul0212/BlogVerse/blob/main/src/static/images/blogverse.png" align="center" alt="BlogVerse" />
<h2 align="center">BlogVerse</h2>
<p align="center">Get dynamically generated GitHub stats on your READMEs!</p>
</p>
<p align="center">
<a href="https://app.codecov.io/gh/abhijitpaul0212/BlogVerse">
<img alt="Code Coverage" src="https://codecov.io/gh/abhijitpaul0212/BlogVerse/branch/main/graph/badge.svg" />
</a>
<a href="https://wakatime.com/@abhijitpaul">
<img alt="Code Coverage" src="https://wakatime.com/badge/user/018b43cb-0614-4d68-9d85-6ef192b11745/project/018b43df-e285-4d68-bd03-65eb275f32e7.svg" />
</a>

## Problem Statement
Create an web application to facilitate the blog creation capabilities with below mentioned features
Expand Down Expand Up @@ -58,7 +68,7 @@ My motivation behind this project is to enhance my programming skills on Python
13. Setup environment variables as per you (use _.env.example_ file and rename it to _.env_)
14. Run the server
```
python3 application.py_ | _flask run
python3 application.py | flask run
```


Expand All @@ -69,6 +79,12 @@ My motivation behind this project is to enhance my programming skills on Python
python -m pytest --disable-warnings
```

## Code Coverage
1. Navigate to the root folder
2. Run
```
python -m pytest --cov=./ --cov-report=xml
```

## Flask Scripts
Adding single new category
Expand Down