https://github.com/naveen-v-v/planetary-api
REST full API's using Python and Flask to utilize the data from SQLitedatabase
https://github.com/naveen-v-v/planetary-api
authentication-backend flask python restful-api sqlalchemy sqlite-database
Last synced: about 1 month ago
JSON representation
REST full API's using Python and Flask to utilize the data from SQLitedatabase
- Host: GitHub
- URL: https://github.com/naveen-v-v/planetary-api
- Owner: naveen-v-v
- Created: 2023-02-14T15:52:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T19:12:39.000Z (over 3 years ago)
- Last Synced: 2025-01-24T11:23:34.369Z (over 1 year ago)
- Topics: authentication-backend, flask, python, restful-api, sqlalchemy, sqlite-database
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Planetary-api
REST full API's using Python and Flask to utilize the data from SQLitedatabase
> For this application it's better to use Pycharm IDE, it make configuration simple. If you are not using pycharm make sure to activate your virtual environment first.
### Software Tools
- Postman API Platform
- PyCharm Python IDE
- SQLite database, SQLite browser
- Python, Flask
### Libraries
- blinker
- Click
- Flask
- Flask-JWT-Extended
- Flask-Mail
- flask-marshmallow
- Flask-SQLAlchemy
- itsdangerous
- Jinja2
- MarkupSafe
- marshmallow
- marshmallow-sqlalchemy
- PyJWT
- six
- SQLAlchemy
- Werkzeug
### Steps to Configure SQLite database in pycharm
- In the configurations of the pycharm project, select python interpretors and install python-SQLAlchemy package, this will install the required package SQLAlchemy along with it.
- Perfrom some configuration, which is done in my code.