rananth99 / DataStructures-and-Flask

Implementing Data Structures in Python+Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataStructures-Flask

Implementing Data Structures in Python+Flask

Data Structures implemented

Linked List
Hash Table
Binary Search Tree
Queue
Stack

Install the requirements

Run the below command in the terminal to install all requirements

pip install -r requirements.txt

Install postman application

Generating the sql database file

Run the below command in the terminal

from server import db
db.create_all()

Steps to run the project

Clone the repository and enter the directory

python server.py

Open the postman application and run the requests

About

Implementing Data Structures in Python+Flask


Languages

Language:Python 100.0%