Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T04:47:56.000Z (over 4 years ago)
- Last Synced: 2024-11-11T16:12:09.677Z (3 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://camo.githubusercontent.com/17fa56d1fbad7bb4082c9711a77b984b85e79446/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f507974686f6e2d332e362d627269676874677265656e2e737667)](https://python.org)
In this repo I have develop simple crud application in flask app.
- [[Demo]](https://crud-flask.herokuapp.com/)[![](https://camo.githubusercontent.com/2fb0723ef80f8d87a51218680e209c66f213edf8/68747470733a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d6164652d776974682d707974686f6e2e737667)](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:
![](https://github.com/yogeshnile/crud-in-python/blob/master/Images/1.png) ![](https://github.com/yogeshnile/crud-in-python/blob/master/Images/2.png) ![](https://github.com/yogeshnile/crud-in-python/blob/master/Images/3.png) ![](https://github.com/yogeshnile/crud-in-python/blob/master/Images/4.png)## 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