reddimohan / angular-flask-mongodb

Simple Angular 8 application that intigrates with Flask REST and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 8 + Flask + REST API + MongoDB

Angular version
$ ng version

     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/

Angular CLI: 8.3.3
Node: 10.17.0
OS: linux x64
Angular: 
... 

Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.803.3
@angular-devkit/core         8.3.3
@angular-devkit/schematics   8.3.3
@schematics/angular          8.3.3
@schematics/update           0.803.3
rxjs                         6.4.0
Python
$ python -V
Python 3.7.5

$ pip -V
pip 19.3.1 from /home/ubuntu/anaconda3/envs/afm_37/lib/python3.7/site-packages/pip (python 3.7)
Setup
  • Git clone <project_url>
  • Go to <project_folder>/web and install packages npm install
  • Go to <project_folder>/api and install python libs pip install -r requirements.txt
  • Run DB migrations after updating the MySQL db details at main/db_config.py
  • run python app.py
Features
  1. will update soon...

About

Simple Angular 8 application that intigrates with Flask REST and MongoDB


Languages

Language:HTML 73.4%Language:TypeScript 21.0%Language:JavaScript 5.2%Language:CSS 0.2%Language:Python 0.1%