Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tariqjamal057/acculer_task
Simple blog application where user can create, update, read and delete the post
https://github.com/tariqjamal057/acculer_task
Last synced: 18 days ago
JSON representation
Simple blog application where user can create, update, read and delete the post
- Host: GitHub
- URL: https://github.com/tariqjamal057/acculer_task
- Owner: tariqjamal057
- Created: 2024-11-04T07:45:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T08:03:32.000Z (3 months ago)
- Last Synced: 2024-11-18T06:18:34.416Z (3 months ago)
- Language: HTML
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# acculer_task
Simple blog application where user can create, update, read and delete the post## Getting Started
### Challeges Encountered:
1. At the beginning while setupping the project continusely getting url not found error and then I had resolved it using with the help of flask official docs by adding main function condition at the end of the flask app file
2. While adding urling in html using jinja2 template systax got error while configuring it, just for temporary fix I ahd direcltly added hard coded url due to lack of time but it is not a permanent fix### For project UI demo you use view images in following directory
#### demo/### Project setup:
### Follow below steps to setup project in local
1. Download and install Python 3.12
2. Install poetry using below command
```shell
pip install poetry
```
3. Clone the project
```shell
git clone https://github.com/{{username}}/acculer_task.git
```
4. Install dependencies using below command
```shell
poetry install
```
Install poetry with dev dependencies
```shell
poetry install --with dev
```
5. Run the project
```shell
python app.py
```