todoApp is a todo list application created using Flask, MongoDB and Angular technologies.
- Run
git clone https://github.com/FatihZor/todoApp.git
- Run
cd todoApp
- 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/
- 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/