Giter Club home page Giter Club logo

nicedayfrontend's Introduction

NiceDayFrontend

Nice Day is a personalized weather service application with the ability to login and signup. It provides users with hourly, daily and 5 day forecasts using the user geolocation. Users can also save different weather conditions in a memories list.

Live app

Back end repo

Tech Stack

This web app was developed using :

  • Java, Junit , Mockito, Log4J , Maven .
  • PostgreSQL, Spring Data, Spring MVC, Spring Boot.
  • Angular 2+, TypeScript, JavaScript, Bootstrap , HTML , CSS.
  • AWS EC2, AWS RDS, AWS CodePipeline, AWS S3, Docker.
  • REST, Sonarcloud, Agile-Scrum.

User stories

As a user I can :

  • Register
  • Login
  • Access to hourly weather based on my current location
  • Access daily weather based on my current location
  • Access weekly weather on my current location
  • Search for weather forecast based on different location
  • Save weather to their memories list

API Documentation

REST API

Route Method Status Code Description
/users GET 200 Returns a list of all users
/users/:id GET 200 Returns a the user with the id
/users POST 201 Creates a new user
/users/find POST 200 find a user by email and password
/users/:id PUT 200 Updates the status of the user for the given ID
/users/find/{email} POST 200 find a user by email
/users/:id DELETE 200 Delete the user for the given ID
/users/{id}/memories GET 200 get all memories for a user
/users/{id}/addmemory POST 201 Add a memory for the user with the given ID
/users/{userId}/memory/{memoryId} GET 200 get memory with given ID for a user with given user id
/users/{userId}/memory/{memoryId} Delete 204 delete memory with given ID for a user with given user id

Contributors

  • John Blalock
  • Marouane Khabbaz
  • Tanbir Ahmed

nicedayfrontend's People

Contributors

marouanekhabbaz avatar tanbirahmed avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.