An open API service indexing awesome lists of open source software.

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

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.