Skip to content

johanmed/Test2Webserver

Repository files navigation

Build a webserver app_ml

This repository is for building a web server to access a database locally or within the same network

This branch contains the original version of the web (application server) created locally

We use python framework Flask to write this webserver

Requirements

You will need to install the following frameworks, extension or database engine to build and run the web server:

  • flask
  • flask-bootstrap
  • flask-wtf
  • lask-migrate
  • db-sqlite3

Instructions for use

  1. Clone the repository
  2. Activate python environment ml-env
source ml-env/bin/activate
  1. Let flask know the application file
export FLASK_APP=app_ml.py
  1. Run the web server*
flask run

Happy exploration:) !!!

About

This repository deals with building a test web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published