Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
/ CLI-Python Public archive

This is a take-home assignment for a tech company

Notifications You must be signed in to change notification settings

mukulbichkar19/CLI-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Email App

This application allows users to signup for a weather notification for one of US Cities.

Installation

Front-End: To start the front end

cd Client
ng serve --open
Hit the url: http://localhost:4200

Server: To start the server

cd Server
npm start
Hit the url: http://localhost:3000

CLI based tool : To send emails

bash
cd CLI
Install cli : pip install -e .
Uninstall cli : pip uninstall cli
Test: $ cli send-email

About

This is a take-home assignment for a tech company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published