[go: up one dir, main page]

Skip to content

FatihZor/todoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Flask/MongoDB/Angular todo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published