https://github.com/yogeshnile/crud-in-python
In this repo i have develop simple crud application in flask app.
https://github.com/yogeshnile/crud-in-python
crud crud-application flask flask-application flask-login flask-sqlalchemy heroku heroku-deployment jinja2 sqlite3 werkzeug
Last synced: 27 days ago
JSON representation
In this repo i have develop simple crud application in flask app.
- Host: GitHub
- URL: https://github.com/yogeshnile/crud-in-python
- Owner: yogeshnile
- License: gpl-3.0
- Created: 2020-08-30T05:27:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T04:47:56.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T03:26:30.818Z (5 months ago)
- Topics: crud, crud-application, flask, flask-application, flask-login, flask-sqlalchemy, heroku, heroku-deployment, jinja2, sqlite3, werkzeug
- Language: HTML
- Homepage: https://crud-flask.herokuapp.com/
- Size: 418 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crud in python :notebook: [](https://python.org)
In this repo I have develop simple crud application in flask app.
- [[Demo]](https://crud-flask.herokuapp.com/)[](https://python.org)
# How to run the project? :thinking:
**1).** Run all command manually
- Clone github repository in your local system `git clone https://github.com/yogeshnile/crud-in-python.git`
- Move in crud-in-python repository `cd crud-in-python`
- Create new virtual python environment `python3 -m venv venv`
- Activate virtual python environment `source venv/bin/activate`
- Install all the libraries mentioned in [requirements.txt](https://github.com/yogeshnile/crud-in-python/blob/master/requirements.txt) using `pip install -r requirements.txt`
- Run FlaskApp file `python app.py`
- Go to your browser and type http://127.0.0.1:5000/ in the address bar.
- Hurray! That's it.**2).** Run Shell Script
- Clone github repository in your local system `git clone https://github.com/yogeshnile/unix.git`
- Give execute permission to [crud-in-python.sh](https://github.com/yogeshnile/unix/blob/master/crud-in-python.sh) file via `chmod +x crud-in-python.sh`
- Run crud-in-python.sh file using `./crud-in-python.sh`
- Go to your browser and type http://127.0.0.1:5000/ in the address bar.
- Finished...
# Directory Tree :cactus:
```bash
.
├── application
│ ├── auth.py
│ ├── db.sqlite
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── main.py
│ ├── models.py
│ ├── __pycache__
│ │ ├── auth.cpython-36.pyc
│ │ ├── __init__.cpython-36.pyc
│ │ ├── main.cpython-36.pyc
│ │ └── models.cpython-36.pyc
│ ├── static
│ │ ├── beauty.css
│ │ ├── extended_beauty.css
│ │ └── images
│ │ ├── muscle.ico
│ │ ├── muscle.png
│ │ └── pushup.png
│ └── templates
│ ├── all_workouts.html
│ ├── base.html
│ ├── create_workout.html
│ ├── index.html
│ ├── login.html
│ ├── profile.html
│ ├── singup.html
│ └── update_workout.html
├── app.py
├── crud-in-python.sh
├── Images
│ ├── 1.png
│ ├── 2.png
│ ├── 3.png
│ └── 4.png
├── LICENSE
├── Procfile
├── README.md
└── requirements.txt6 directories, 33 files
```# Technology used in Project :hotsprings:
## ScreenShot :camera_flash:
   ## Bug / Feature Request :man_technologist:
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/yogeshnile/crud-in-python/issues/new) by including your search query and the expected result.If you'd like to request a new function, feel free to do so by opening an issue [here](https://github.com/yogeshnile/crud-in-python/issues/new). Please include sample queries and their corresponding results.
## Connect with me! 🌐
Known on internet as **Yogesh Nile**[![][I_LinkedIn]][LinkedIn] [![][I_Github]][Github] [![][I_Twitter]][Twitter] [![][I_Telegram]][Telegram] [![][I_Instagram]][Instagram] [![][I_Instagram Personal]][Instagram Personal] [![][I_discord]][discord]
## Email Me :e-mail:
[![][I_Email]][E-mail]
[LinkedIn]: https://bit.ly/2Ky3ho6
[Github]: https://bit.ly/2yoggit
[Twitter]: https://bit.ly/3dbLJLC
[Telegram]: https://t.me/yogeshnile
[Instagram]: https://bit.ly/3b9Qeo4
[Instagram Personal]: https://bit.ly/32SXHV0
[E-mail]: mailto:[email protected]
[discord]: https://discord.gg/R2ug3gR[I_discord]: https://img.icons8.com/bubbles/100/000000/discord-logo.png
[I_LinkedIn]: https://img.icons8.com/bubbles/100/000000/linkedin.png
[I_Github]: https://img.icons8.com/bubbles/100/000000/github.png
[I_Twitter]: https://img.icons8.com/bubbles/100/000000/twitter.png
[I_Telegram]: https://img.icons8.com/bubbles/100/000000/telegram-app.png
[I_Instagram]: https://img.icons8.com/bubbles/100/000000/instagram-new.png
[I_Instagram Personal]: https://img.icons8.com/bubbles/100/000000/instagram.png
[I_Email]: https://img.icons8.com/bubbles/100/000000/secured-letter.png