Skip to content

hacknyctp/whether-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The weather app that tells you whether or not to bring an umbrella

Customize Notifications, Set Your Schedule, and see Your Week in One View!

enter image description here Set your shedule

Overview

The API allows(See examples on postman here) :

  • Signing up of a new user via the api/users/signup
  • Signing in of an existing user from api/user/login
  • Get logged in users' current weather via api/users/weather
  • Get logged in users' week ahead weather via api/users/5day

Authentication

  • A logged in user is "signed" by Json Web Token(JWT).
    • Signing in returns the JWT that should be stored locally to authenticate a user.
    • When loggin in, the given password is hashed and checked against the encrypted stored
  • Passwords are encrypted via bcrypt :)

Branches/Workflow

  • App will be continuously deployed on the master branch
  • Back end development on the backend branch
  • Front end development on the frontend branch
  • Testing back end and front end integration on main branch

About

The weather app that tells you whether or not to bring an umbrella

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published