Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 468 Bytes

Flask-Angular To-Do App

  • Angular CLI version 8.0.2
  • Python version 3.6.8
  • Flask version 1.0.3

Angular Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Flask Development Server

Navigate to api directory and run python api.py. You need to provide an .env file with two variables, JWT_SECRET_KEY and DB_URL, which is the mongoDB isntance.