Skip to content

A simple note taking app created using angular 2 and python flask

Notifications You must be signed in to change notification settings

syogaraj/angular2-flask-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angular2-flask-notes-app

A simple note taking app created using angular 2 and python flask

How it works?

Clone/download the app and then open up a terminal,

Client

$ cd Client
$ npm install
$ npm start

This will start the client and it will running in http://localhost:4200

Server

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.

About

A simple note taking app created using angular 2 and python flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published