cocomo29 / MasterMedicos

flask + ssms data manipulation!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🩺 Master Medicos

A simple web app to show data manipulation via Flask and SSMS.

🚀 Getting Started

Copy the script from this file and execute it in SQL Server.

Once you've created the tables in SSMS, go to main.py and edit the credentials. (you only have to change server and database in line 7 and 8)

Type py main.py in the project's directory or directly run main.py

If all goes well, your webapp will be deployed on localhost:5000 (127.0.0.1:5000)

Type /admin in url (127.0.0.1:5000/admin) to manipulate data in your database.

⚙️ Requirements

Install via pip

  • Pyodbc
  • Flask
  • Requests

or run pip freeze > requirements.txt then pip install -r requirements.txt

  • if you'd like to see the data manipulation using c# and asp.net core mvc check out this repo by blurryface

License: MIT

About

flask + ssms data manipulation!

License:MIT License


Languages

Language:HTML 60.9%Language:CSS 19.5%Language:Python 19.4%Language:JavaScript 0.2%