DimaTc / AngularForum

Basic angular forum with flask and MongoDB

Home Page:https://dt-ng-forum.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular basic Forum

Basic minimalistic forum to play with angular + flask. You can check out the forum in in this link screenshot

Installation (python 3+)

$ git clone https://github.com/DimaTc/AngularForum
$ cd AngularForum
$ pip install -r requirements.txt
$ cd forumAngular
$ npm install

Note: Don't forget to run a MongoDB server

Run

python ./app.py -d <MongoDB_URL> -n <DB_Name> [-p <port>]

About

Basic angular forum with flask and MongoDB

https://dt-ng-forum.herokuapp.com/


Languages

Language:TypeScript 49.2%Language:HTML 23.4%Language:Python 19.2%Language:CSS 6.5%Language:JavaScript 1.7%