Skip to content

ChrstnAnsl/python-flask-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dental Records


Prerequisite

  • Install latest xampp for windows
  • Install python and pip
  • VSCode
  • Brew and MySQL for Mac

TO DO

  • Create env variable to auto-populate requirements.txt using pip shell (i think?)
  • Fetch the userId of the user
  • Create primary key for userId in the phpmyadmin

APIs

Debugging

  • To find your chrome path use ./debug/chrome.ps1 in powershell

Structure

  • backend folder is for backend microservices and API
  • frontend folder is for templates and UI
  • templates folder is for rendering templates for testing purposes before the initial integration of front-end (this folder will be removed soon to prevent technical-debt)

Setting Up Database

  • For now we are using xampp for phpmyadmin
  • In your browser Go to localhost/phpmyadmin
  • Create a database with name dental
  • Create a table name users with name and email as VARCHAR and Limit to 20 characters

Running local env

  • run python main.py
  • using another terminal run ./local.sh to verify if the local environment is up and running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published