Skip to content

This repo gives basic introduction about implementing flask server and sqlalchemy together.

Notifications You must be signed in to change notification settings

Jeet97/Flask-server-basics

Repository files navigation

Flask-server-basics

This repo gives basic introduction about implementing flask server,sqlalchemy and html templating together.

Base Url

http://localhost:2323/ **While client and server apps are on same device.

http://SERVER'S IP ADDRESS:2323/ **While client and server apps are on different devices but same network.

Note:- The full url's of different tasks are written in README.txt in same folder as server.py.

Runnning and setup

  1. Just clone or download zip file.
  2. Run server.py file.
  3. Then enter url/json endpoint on browser or any other android application.

About

This repo gives basic introduction about implementing flask server and sqlalchemy together.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published