/todoApp

A simple Flask/MongoDB/Angular todo app

Primary LanguageTypeScriptMIT LicenseMIT

Welcome to todoApp!

todoApp is a todo list application created using Flask, MongoDB and Angular technologies.

Download Instruction

  • Run git clone https://github.com/FatihZor/todoApp.git
  • Run cd todoApp

MongoDB Installation

Install MongoDB

Flask Server Installation

Install Python

  • Run cd server to go inside the directory (eg. ~/todoApp/server)
  • Run pip install -r requirements.txt to install all the dependencies.
  • Run python todoAppServer.py to run the Flask Development Server
  • Flask Development Server run at http://localhost:5005/

Angular Front-End Installation

  • Run cd todoApp to go inside the directory (eg. ~/todoApp/todoApp)
  • Run npm install to install all the dependencies.
  • Run npm install -g @angular/cli to install Angular CLI globally.
  • Run ng serve to run the Development Server
  • Navigate to http://localhost:4200/

Other Angular Options

App Demo

App Demo