A simple note taking app created using angular 2 and python flask
Clone/download the app and then open up a terminal,
$ cd Client
$ npm install
$ npm start
This will start the client and it will running in http://localhost:4200
Open up a new tab in terminal,
Server Requirements:
1.flask -->pip install flask
2.flask_cors -->pip install flask_cors
$ cd Server/flask-app
$ python server.py
This will run the server in http://localhost:5000/
That's it! Go to browser and visit the client link.