ritesh-nitjsr / from_flask_to_node

This repository contains an example showing, how can we create an api using flask server, and use NodeJS to send a request and receive a response, to and from the api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

from_flask_to_node

  1. Run Flask server python flask_server.py
  2. Run NodeJS server node node_server.js
  3. Open localhost:1234/ in your browser

About

This repository contains an example showing, how can we create an api using flask server, and use NodeJS to send a request and receive a response, to and from the api.


Languages

Language:JavaScript 43.5%Language:HTML 40.5%Language:Python 16.0%