Skip to content

marinasatsyk/server_open_weather_mailer

Repository files navigation

Student project Open weather App: Server Part

  • This is a server side of a meteo application that allows you to see the current weather, the hourly forecast for 4 days and weather forecast for 16 days.
  • In addition, the application allows you to receive historical data in a given location. The application provides two user profiles: a user and administator whith differet access levels.
  • The env files are required to run the application.

1. General information

  • This project uses mongoDB as data base with mongoose. You can use your own db.
  • To start this project, You have to fork and clone this repositry and the repository of frontend to run the client part witch communcate with the current API. There is all the information concerning the installation of frontend part in file README.

2. Project

2.1 Prerequisites

2.2 Launching the project

  • Fork this repository and the repository Fornt end part of application
  • Clone it on your computer.
  • The npm i or yarn command will allow you to install the dependencies.
  • The npm start for backend and for frontend part command will allow you to run the the application.

Runs the app in the development mode. Open client part of the http://localhost:3000 to view it in your browser.

3. Deploying

This application is deployed on the adresse: (https://open-weather-app-study.netlify.app/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published